Skip to content

Commit

Permalink
Do not run slow tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm committed Jan 25, 2024
1 parent 88bd6e5 commit 4e50177
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ skip-string-normalization = true

[tool.pytest.ini_options]
markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
"slow: marks tests as slow (not executed by default - select with '-m \"slow\"')",
]
addopts = [
'-m not slow',
]

0 comments on commit 4e50177

Please sign in to comment.