pytest.ini: Remove registration of flaky marker
It's already registered by the plugin.
This commit is contained in:
parent
fab86cce5e
commit
0f5b4d58e2
@ -8,7 +8,6 @@ markers =
|
|||||||
skip: Always skipped test.
|
skip: Always skipped test.
|
||||||
pyqt531_or_newer: Needs PyQt 5.3.1 or newer.
|
pyqt531_or_newer: Needs PyQt 5.3.1 or newer.
|
||||||
xfail_norun: xfail the test with out running it
|
xfail_norun: xfail the test with out running it
|
||||||
flaky: Tests which are flaky and should be rerun
|
|
||||||
qt_log_level_fail = WARNING
|
qt_log_level_fail = WARNING
|
||||||
qt_log_ignore =
|
qt_log_ignore =
|
||||||
^SpellCheck: .*
|
^SpellCheck: .*
|
||||||
|
Loading…
Reference in New Issue
Block a user