summaryrefslogtreecommitdiff
path: root/pytest.ini
AgeCommit message (Collapse)Author
2023-06-16tests: Update warning ignoresFlorian Bruhin
2023-06-09py312: Ignore pytest-benchmark deprecation warningFlorian Bruhin
See #7727 and https://github.com/ionelmc/pytest-benchmark/issues/240
2023-06-08py312: Ignore pytest ast warningsFlorian Bruhin
See https://github.com/pytest-dev/pytest/issues/10977 and #7727
2023-05-31Fix regexFlorian Bruhin
2023-05-31ci: Ignore spurious QPainter messagesFlorian Bruhin
2023-04-14Revert "pytest: Ignore Python 3.12 addDuration warning"Florian Bruhin
This reverts commit ee40046faf8643046cebf98784d06b9aca671d6b.
2023-04-11pytest: Ignore Python 3.12 addDuration warningFlorian Bruhin
See https://github.com/pytest-dev/pytest/issues/10875
2023-04-03tests: Remove old pytest-instafail/hypothesis filterwarningsFlorian Bruhin
2023-03-17tests: Update FIXME commentFlorian 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-17tests: Ignore more Qt 6.5 / debug build messagesFlorian Bruhin
See #7624
2022-11-20Merge branch 'master' into qt6-v2toofar
Just a few conflicts around CI and dependencies.
2022-11-08Remove pytest-bdd deprecation ignoreFlorian Bruhin
2022-11-08Skip problematic QtWebKit tests with OpenSSL 3Florian Bruhin
See https://github.com/cherrypy/cheroot/issues/517 and #7467
2022-10-31Adjust warnings and changelog URLs for new pytestFlorian Bruhin
2022-08-23Remove unneeded old log ignoresFlorian Bruhin
2022-08-23tests: Add some marks for Qt 5 / Qt 6Florian Bruhin
2022-08-23Drop Qt < 5.15Florian Bruhin
Fixes #7091 TODO: Add changelog
2022-04-26ignore hypothesis warningsFlorian Bruhin
2022-04-26Ignore certifi deprecation warningFlorian Bruhin
See https://github.com/certifi/python-certifi/issues/170
2021-05-05Ignore Python 3.10 distutils deprecation warningFlorian Bruhin
See https://github.com/ionelmc/python-hunter/issues/97
2021-04-07tests: Ignore new Python 3.10.0a7 ImportWarningsFlorian 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-31flatpak: Skip download dispatcher testsFlorian Bruhin
2021-03-25notifications: Replace @qtwebengine_py_5_15 by @pyqtwebengine>=5.15Florian Bruhin
2021-03-24Merge remote-tracking branch 'origin/pr/5457' into devFlorian Bruhin
2021-03-09Simplify test_greasemonkey via js_tester fixtureFlorian Bruhin
2021-01-27Add marker to pytest.iniFlorian Bruhin
2021-01-26tests: Ignore SixMetaPathImporter warningFlorian 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-11tests: Disable hypothesis fixture health checksFlorian Bruhin
2020-12-28fixed typing mistakefreddii
2020-11-10tests: Warn about processes which don't exit cleanlyFlorian Bruhin
2020-11-04ci: Update Python/Qt versionsFlorian Bruhin
2020-11-04old qt: Remove conditional and old testsFlorian Bruhin
2020-10-11tests: Ignore 'could not de-queue request' error globallyFlorian Bruhin
See #5787
2020-09-06Fix some a/an spelling mistakesFlorian Bruhin
2020-08-05tests: Skip pdf.js disabled test on QtWebKit with PDF image pluginFlorian 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-31Merge branch 'master' into pr/5457Florian Bruhin
2020-07-29pytest: Set required_pluginsFlorian Bruhin
2020-07-29pytest: Use new strict flagsFlorian Bruhin
2020-07-08Merge branch 'master' into dbus-notifyAsh
2020-06-19tests: Fix JS header testsFlorian Bruhin
This is a follow-up to f0eed465ab608061212366c6ebc26a0c47803060 See #4657
2020-06-03Add support for onclose callbacks on notifications.Ash
2020-04-20tests: Adjust warning filter for changed hypothesis warningFlorian Bruhin
See https://github.com/HypothesisWorks/hypothesis/pull/2387 and https://github.com/HypothesisWorks/hypothesis/issues/2370
2020-03-21Upgrade to pytest 5.4Florian Bruhin
This reverts commit c7b0023dcd576f7e7d6223f94a4ced5f2932afc5. There's a new pytest-rerunfailures version out now.
2020-03-12Revert "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-12Upgrade to pytest 5.4Florian 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-12Ignore hypothesis/pytest warning for nowFlorian Bruhin
See https://github.com/HypothesisWorks/hypothesis/issues/2370
2019-12-09Re-enable renderer process tests on Qt 5.14Florian Bruhin
QTBUG-80085 has been fixed. This mostly reverts d8745237d9d8b31e5df6119ac05c3847eca0c06c. See #5013
2019-11-21tests: Remove issue3572 markerFlorian Bruhin
See #3572
2019-11-21Adjust message filters for Qt 5.14 debug buildFlorian Bruhin
See #5013
2019-11-19Remove outdated issue2478 markerFlorian Bruhin
Looks like this works on Windows nowadays. See #2478