Skip to content

Commit

Permalink
FIX: use correct pytest addopts syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 12, 2024
1 parent db5702e commit f061e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ addopts = [
"--doctest-modules",
"--durations=3",
"--ignore=docs/conf.py",
'-m "not slow"',
"-m not slow",
]
filterwarnings = [
"error",
Expand Down

0 comments on commit f061e26

Please sign in to comment.