Skip to content

Commit e6a3df8

Browse files
committed
Fix for error Unknown config option: randomly_seed
1 parent 88b3744 commit e6a3df8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ filterwarnings = [
3131
testpaths = ["tests", "patterns"]
3232
python_files = ["test_*.py", "*_test.py"]
3333
# Enable doctest discovery in patterns directory
34-
addopts = "--doctest-modules"
34+
addopts = "--doctest-modules --randomly-seed=1234"
3535
doctest_optionflags = ["ELLIPSIS", "NORMALIZE_WHITESPACE"]
36-
randomly_seed = 1234
3736
log_level = "INFO"
3837

3938
[tool.coverage.run]

0 commit comments

Comments
 (0)