Skip to content

Commit

Permalink
Register "slow" test marker to avoid PytestUnknownMarkWarning (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen authored Aug 16, 2023
1 parent 40cc2fd commit f6434d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,7 @@ line_length = "88"
skip_gitignore = true

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

0 comments on commit f6434d7

Please sign in to comment.