summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-04-17 18:31:11 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-04-17 18:33:34 +0200
commit1cb02936a767e359d2c667682267f152ee123ca9 (patch)
tree775a348a855b297544d798d14e62cbf802a44e18 /pytest.ini
parent7df056634cb26471792872a5ed8468ad2470e601 (diff)
downloadcherrypy-git-1cb02936a767e359d2c667682267f152ee123ca9.tar.gz
Add minversion to pytest config
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 3d2ecd77..ad656fe5 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -13,5 +13,6 @@ filterwarnings =
junit_duration_report = call
junit_family = xunit2
junit_suite_name = cherrypy_test_suite
+minversion = 5.3.5
norecursedirs = dist build .tox .eggs
testpaths = cherrypy/test/