Skip to content

Commit

Permalink
Register "longrunning" as pytest marker
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Feb 9, 2024
1 parent a7e8b5e commit 8fa32ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ filterwarnings = [
]
markers = [
"optional: marks optional tests (deselect with '-m \"not optional\"')",
"longrunning: marks long running tests (deselect with '-m \"not longrunning\"')",
]

0 comments on commit 8fa32ab

Please sign in to comment.