Fix: do not load hypothesis during test_logging_initialized_in_test
A recent release seem to have added a "logging" import to the top-level, which breaks test_logging_initialized_in_test
This commit is contained in:
@@ -355,7 +355,7 @@ class TestLoggingInteraction(object):
|
||||
""")
|
||||
result = testdir.runpytest_subprocess(
|
||||
p, "--traceconfig",
|
||||
"-p", "no:capturelog")
|
||||
"-p", "no:capturelog", "-p", "no:hypothesis", "-p", "no:hypothesispytest")
|
||||
assert result.ret != 0
|
||||
result.stdout.fnmatch_lines([
|
||||
"*hello432*",
|
||||
|
||||
Reference in New Issue
Block a user