From 1cb02936a767e359d2c667682267f152ee123ca9 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 17 Apr 2020 18:31:11 +0200 Subject: Add minversion to pytest config --- pytest.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'pytest.ini') 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/ -- cgit v1.2.1