diff options
author | Florian Bruhin <me@the-compiler.org> | 2021-03-25 12:51:45 +0100 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2021-03-25 15:41:56 +0100 |
commit | 54a0dc1e386e1507bdf9af88beab7fcf033d1f88 (patch) | |
tree | 7d0b51ccc00f9b889724527f351c026f32363eaa /pytest.ini | |
parent | 4eb653c1ed3717b66c10dd4d684ba5c8dad0d2f3 (diff) | |
download | qutebrowser-54a0dc1e386e1507bdf9af88beab7fcf033d1f88.tar.gz qutebrowser-54a0dc1e386e1507bdf9af88beab7fcf033d1f88.zip |
notifications: Replace @qtwebengine_py_5_15 by @pyqtwebengine>=5.15
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini index 4d8ae4bfe..7f4a58de3 100644 --- a/pytest.ini +++ b/pytest.ini @@ -30,7 +30,6 @@ markers = qtwebkit_skip: Tests not applicable with QtWebKit qtwebengine_flaky: Tests which are flaky (and currently skipped) with QtWebEngine qtwebengine_mac_xfail: Tests which fail on macOS with QtWebEngine - qtwebengine_py_5_15: Tests which require PyQtWebEngine 5.15. this: Used to mark tests during development no_invalid_lines: Don't fail on unparsable lines in end2end tests fake_os: Fake utils.is_* to a fake operating system |