We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1e927 commit 41b2c55Copy full SHA for 41b2c55
hypothesis-python/tests/conftest.py
@@ -39,6 +39,9 @@
39
assert sys.version_info.releaselevel == "alpha"
40
collect_ignore_glob.append("cover/test_type_lookup.py")
41
collect_ignore_glob.append("cover/test_provisional_strategies.py")
42
+ # These seem to fail due to traceback rendering failures, TODO fix the tests
43
+ collect_ignore_glob.append("cover/test_traceback_elision.py")
44
+ collect_ignore_glob.append("pytest/test_capture.py")
45
46
47
def pytest_configure(config):
0 commit comments