We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8179af6 commit c0b5629Copy full SHA for c0b5629
testing/test_basic.py
@@ -1147,6 +1147,7 @@ def test_succeed():
1147
or os.environ.get("REACTOR", "").startswith("qt")
1148
),
1149
reason="Needs handled on Windows and with qt5reactor.",
1150
+ strict=True,
1151
)
1152
@pytest.mark.parametrize(argnames="kill", argvalues=[False, True])
1153
@pytest.mark.parametrize(argnames="event", argvalues=["shutdown"])
0 commit comments