Skip to content

Commit 6697d04

Browse files
committed
test: CPython #92236 is fixed for 3.11.0b2
1 parent da048a6 commit 6697d04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_arcs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414

1515

1616
skip_cpython_92236 = pytest.mark.skipif(
17-
env.PYVERSION >= (3, 11, 0, "beta"),
17+
env.PYVERSION == (3, 11, 0, "beta", 1, 0),
1818
reason="Avoid a CPython bug: https://github.com/python/cpython/issues/92236",
1919
# #92236 is fixed in https://github.com/python/cpython/pull/92722
20+
# and in https://github.com/python/cpython/pull/92772
2021
)
2122

2223
class SimpleArcTest(CoverageTest):

0 commit comments

Comments
 (0)