aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 1e4c55d..a9dc3ab 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -60,6 +60,8 @@ console_scripts =
[tool:pytest]
testpaths=verif/tests
+markers =
+ postcommit: marks tests for post commit testing on CI as part of the review
[flake8]
ignore = D213, E203, E266, E501, W503