Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-06 | tests: Ignore some more irrelevant messages | Florian Bruhin | |
2023-06-16 | tests: Update warning ignores | Florian Bruhin | |
2023-06-09 | py312: Ignore pytest-benchmark deprecation warning | Florian Bruhin | |
See #7727 and https://github.com/ionelmc/pytest-benchmark/issues/240 | |||
2023-06-08 | py312: Ignore pytest ast warnings | Florian Bruhin | |
See https://github.com/pytest-dev/pytest/issues/10977 and #7727 | |||
2023-05-31 | Fix regex | Florian Bruhin | |
2023-05-31 | ci: Ignore spurious QPainter messages | Florian Bruhin | |
2023-04-14 | Revert "pytest: Ignore Python 3.12 addDuration warning" | Florian Bruhin | |
This reverts commit ee40046faf8643046cebf98784d06b9aca671d6b. | |||
2023-04-11 | pytest: Ignore Python 3.12 addDuration warning | Florian Bruhin | |
See https://github.com/pytest-dev/pytest/issues/10875 | |||
2023-04-03 | tests: Remove old pytest-instafail/hypothesis filterwarnings | Florian Bruhin | |
2023-03-17 | tests: Update FIXME comment | Florian Bruhin | |
PyQt insists using the deprecated signal overload, seemingly nothing we can do to change that: https://www.riverbankcomputing.com/pipermail/pyqt/2023-March/045215.html See #7624 | |||
2023-03-17 | tests: Ignore more Qt 6.5 / debug build messages | Florian Bruhin | |
See #7624 | |||
2022-11-20 | Merge branch 'master' into qt6-v2 | toofar | |
Just a few conflicts around CI and dependencies. | |||
2022-11-08 | Remove pytest-bdd deprecation ignore | Florian Bruhin | |
2022-11-08 | Skip problematic QtWebKit tests with OpenSSL 3 | Florian Bruhin | |
See https://github.com/cherrypy/cheroot/issues/517 and #7467 | |||
2022-10-31 | Adjust warnings and changelog URLs for new pytest | Florian Bruhin | |
2022-08-23 | Remove unneeded old log ignores | Florian Bruhin | |
2022-08-23 | tests: Add some marks for Qt 5 / Qt 6 | Florian Bruhin | |
2022-08-23 | Drop Qt < 5.15 | Florian Bruhin | |
Fixes #7091 TODO: Add changelog | |||
2022-04-26 | ignore hypothesis warnings | Florian Bruhin | |
2022-04-26 | Ignore certifi deprecation warning | Florian Bruhin | |
See https://github.com/certifi/python-certifi/issues/170 | |||
2021-05-05 | Ignore Python 3.10 distutils deprecation warning | Florian Bruhin | |
See https://github.com/ionelmc/python-hunter/issues/97 | |||
2021-04-07 | tests: Ignore new Python 3.10.0a7 ImportWarnings | Florian Bruhin | |
https://github.com/pypa/setuptools/pull/2517 https://github.com/pypa/setuptools/pull/2523 (something in tox/virtualenv probably uses an older setuptools...) https://github.com/benjaminp/six/pull/352 (not released yet) | |||
2021-03-31 | flatpak: Skip download dispatcher tests | Florian Bruhin | |
2021-03-25 | notifications: Replace @qtwebengine_py_5_15 by @pyqtwebengine>=5.15 | Florian Bruhin | |
2021-03-24 | Merge remote-tracking branch 'origin/pr/5457' into dev | Florian Bruhin | |
2021-03-09 | Simplify test_greasemonkey via js_tester fixture | Florian Bruhin | |
2021-01-27 | Add marker to pytest.ini | Florian Bruhin | |
2021-01-26 | tests: Ignore SixMetaPathImporter warning | Florian Bruhin | |
Seems to be raised when importing six (via tldextract/requests/urllib) on Python 3.10: https://github.com/benjaminp/six/issues/341 See #6068 | |||
2021-01-11 | tests: Disable hypothesis fixture health checks | Florian Bruhin | |
2020-12-28 | fixed typing mistake | freddii | |
2020-11-10 | tests: Warn about processes which don't exit cleanly | Florian Bruhin | |
2020-11-04 | ci: Update Python/Qt versions | Florian Bruhin | |
2020-11-04 | old qt: Remove conditional and old tests | Florian Bruhin | |
2020-10-11 | tests: Ignore 'could not de-queue request' error globally | Florian Bruhin | |
See #5787 | |||
2020-09-06 | Fix some a/an spelling mistakes | Florian Bruhin | |
2020-08-05 | tests: Skip pdf.js disabled test on QtWebKit with PDF image plugin | Florian Bruhin | |
Since Qt 5.15, QtWebEngine comes with Qt PDF as TP: https://wiki.qt.io/New_Features_in_Qt_5.15#Technology_Preview_Modules This also includes a new PDF image plugin in /usr/lib/qt/plugins/imageformats/libqpdf.so. Due to that, QtWebKit now displays the PDF's first page as image rather than triggering a download. See https://github.com/qtwebkit/qtwebkit/issues/1013 Thus, detect this condition (both QtWebKit and QtWebEngine installed) and skip the test in that scenario. | |||
2020-07-31 | Merge branch 'master' into pr/5457 | Florian Bruhin | |
2020-07-29 | pytest: Set required_plugins | Florian Bruhin | |
2020-07-29 | pytest: Use new strict flags | Florian Bruhin | |
2020-07-08 | Merge branch 'master' into dbus-notify | Ash | |
2020-06-19 | tests: Fix JS header tests | Florian Bruhin | |
This is a follow-up to f0eed465ab608061212366c6ebc26a0c47803060 See #4657 | |||
2020-06-03 | Add support for onclose callbacks on notifications. | Ash | |
2020-04-20 | tests: Adjust warning filter for changed hypothesis warning | Florian Bruhin | |
See https://github.com/HypothesisWorks/hypothesis/pull/2387 and https://github.com/HypothesisWorks/hypothesis/issues/2370 | |||
2020-03-21 | Upgrade to pytest 5.4 | Florian Bruhin | |
This reverts commit c7b0023dcd576f7e7d6223f94a4ced5f2932afc5. There's a new pytest-rerunfailures version out now. | |||
2020-03-12 | Revert "Upgrade to pytest 5.4" | Florian Bruhin | |
This reverts commit 738d0ab87590a3bbb500726806c1bae5f0fcf1f6. Probably a bad idea before this is fixed: https://github.com/pytest-dev/pytest-rerunfailures/issues/103 | |||
2020-03-12 | Upgrade to pytest 5.4 | Florian Bruhin | |
- Include pygments as dependency to enable code highlighting - Remove -rfEw from options because -rfE is now the default and w had no effect. | |||
2020-03-12 | Ignore hypothesis/pytest warning for now | Florian Bruhin | |
See https://github.com/HypothesisWorks/hypothesis/issues/2370 | |||
2019-12-09 | Re-enable renderer process tests on Qt 5.14 | Florian Bruhin | |
QTBUG-80085 has been fixed. This mostly reverts d8745237d9d8b31e5df6119ac05c3847eca0c06c. See #5013 | |||
2019-11-21 | tests: Remove issue3572 marker | Florian Bruhin | |
See #3572 | |||
2019-11-21 | Adjust message filters for Qt 5.14 debug build | Florian Bruhin | |
See #5013 |