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 b1928f8 commit f1b8431Copy full SHA for f1b8431
testing/deprecated_test.py
@@ -70,7 +70,7 @@ def test_terminal_reporter_writer_attr(pytestconfig):
70
assert terminal_reporter.writer is terminal_reporter._tw
71
72
73
-@pytest.mark.parametrize("plugin", deprecated.DEPRECATED_EXTERNAL_PLUGINS)
+@pytest.mark.parametrize("plugin", sorted(deprecated.DEPRECATED_EXTERNAL_PLUGINS))
74
@pytest.mark.filterwarnings("default")
75
def test_external_plugins_integrated(testdir, plugin):
76
testdir.syspathinsert()
0 commit comments