Skip to content

Commit

Permalink
Update skipif for Python 3.12a7 (the WIP needs to be handled in a sep…
Browse files Browse the repository at this point in the history
…arate PR).
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Apr 25, 2023
1 parent 4f4fd04 commit 1b4a508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def test_error_already_set_what_with_happy_exceptions(

@pytest.mark.skipif(
# Intentionally very specific:
"sys.version_info == (3, 12, 0, 'alpha', 6)",
"sys.version_info == (3, 12, 0, 'alpha', 7)",
reason="WIP: https://github.com/python/cpython/issues/102594",
)
@pytest.mark.skipif("env.PYPY", reason="PyErr_NormalizeException Segmentation fault")
Expand Down

0 comments on commit 1b4a508

Please sign in to comment.