Skip to content

Commit ed850cf

Browse files
mgornysethmlarson
authored andcommitted
Explicitly register pytest markers to avoid warnings
1 parent a6b0857 commit ed850cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[tool:pytest]
2+
addopts = --strict-markers
3+
markers =
4+
slow: marks tests as slow (deselect with '-m "not slow"')

0 commit comments

Comments
 (0)