Skip to content

Commit 8fa32ab

Browse files
committed
Register "longrunning" as pytest marker
1 parent a7e8b5e commit 8fa32ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ filterwarnings = [
5656
]
5757
markers = [
5858
"optional: marks optional tests (deselect with '-m \"not optional\"')",
59+
"longrunning: marks long running tests (deselect with '-m \"not longrunning\"')",
5960
]

0 commit comments

Comments
 (0)