Skip to content

Commit 41b2c55

Browse files
committed
More 3.11 skips
1 parent fd1e927 commit 41b2c55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hypothesis-python/tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
assert sys.version_info.releaselevel == "alpha"
4040
collect_ignore_glob.append("cover/test_type_lookup.py")
4141
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")
4245

4346

4447
def pytest_configure(config):

0 commit comments

Comments
 (0)