Skip to content

Commit a60e3cf

Browse files
committed
Declare pytest markers properly
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent a00cc73 commit a60e3cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ s2repoze =
7676
universal = 1
7777

7878

79+
[tool:pytest]
80+
markers =
81+
mongo: marks tests that need mongodb
82+
83+
7984
[flake8]
8085
author-attribute = forbidden
8186
no-accept-encodings = True

0 commit comments

Comments
 (0)