summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2019-12-26 15:17:53 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2019-12-26 15:20:22 +0200
commita60e3cf9e19ed336e23beac02aa6e2b51d7746bb (patch)
treed65025c6d6bac0a0c20ee2ca5fde5fade9f462bc /setup.cfg
parenta00cc73b1b250882e124340ca471d9ada036c326 (diff)
downloadpysaml2-a60e3cf9e19ed336e23beac02aa6e2b51d7746bb.tar.gz
Declare pytest markers properly
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ed7f6a65..76a0c958 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -76,6 +76,11 @@ s2repoze =
universal = 1
+[tool:pytest]
+markers =
+ mongo: marks tests that need mongodb
+
+
[flake8]
author-attribute = forbidden
no-accept-encodings = True