Skip to content

Commit 515dfbe

Browse files
committed
remove seed hack
1 parent f781b3f commit 515dfbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hypothesis-python/tests/conjecture/test_pareto.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ def test(data):
7373

7474

7575
def test_database_contains_only_pareto_front():
76-
# TODO seed-hacking to avoid a bug, remove soon
77-
with deterministic_PRNG(seed=0):
76+
with deterministic_PRNG():
7877

7978
def test(data):
8079
data.target_observations["1"] = data.draw(st.integers(0, 5))

0 commit comments

Comments
 (0)