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 e1298fa commit 4f0eec2Copy full SHA for 4f0eec2
testing/test_capture.py
@@ -1367,6 +1367,8 @@ def test_spam_in_thread():
1367
printing.wait()
1368
"""
1369
)
1370
+ # Do not consider plugins like hypothesis, which might output to stderr.
1371
+ testdir.monkeypatch.setenv("PYTEST_DISABLE_PLUGIN_AUTOLOAD", "1")
1372
result = testdir.runpytest_subprocess(str(p))
1373
assert result.ret == 0
1374
assert result.stderr.str() == ""
0 commit comments