Skip to content

Commit fd45eb3

Browse files
committed
Remove invalid seed= option from hypothesis
1 parent 7f60a66 commit fd45eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
pytest.register_assert_rewrite("tests.utils")
1818

1919
settings.register_profile("fast", max_examples=1)
20-
settings.register_profile("debug", max_examples=1, verbosity=Verbosity.verbose, seed=1)
20+
settings.register_profile("debug", max_examples=1, verbosity=Verbosity.verbose)
2121
settings.load_profile(os.getenv("HYPOTHESIS_PROFILE", "default"))
2222

2323

0 commit comments

Comments
 (0)