Skip to content

Commit fc80af5

Browse files
committed
Amend e713c77
1 parent c447889 commit fc80af5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_mpz.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -686,9 +686,6 @@ def test_methods(x):
686686
assert math.ceil(mx) == math.ceil(x)
687687

688688

689-
@pytest.mark.skipif((hasattr(sys, "_is_gil_enabled")
690-
and not sys._is_gil_enabled()),
691-
reason="XXX: HypothesisWorks/hypothesis#4236")
692689
@given(integers(), integers(min_value=0, max_value=10000),
693690
sampled_from(["big", "little"]), booleans())
694691
@example(0, 0, "big", False)

0 commit comments

Comments
 (0)