Skip to content

Commit 1b4a508

Browse files
committed
Update skipif for Python 3.12a7 (the WIP needs to be handled in a separate PR).
1 parent 4f4fd04 commit 1b4a508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def test_error_already_set_what_with_happy_exceptions(
319319

320320
@pytest.mark.skipif(
321321
# Intentionally very specific:
322-
"sys.version_info == (3, 12, 0, 'alpha', 6)",
322+
"sys.version_info == (3, 12, 0, 'alpha', 7)",
323323
reason="WIP: https://github.com/python/cpython/issues/102594",
324324
)
325325
@pytest.mark.skipif("env.PYPY", reason="PyErr_NormalizeException Segmentation fault")

0 commit comments

Comments
 (0)