From bc12959b91b5b1e986921023a52dfc634addd660 Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Thu, 8 Nov 2018 00:11:49 +0100 Subject: [PATCH] work around pytest-dev/pytest#4306 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c979ccd7e2..2b3dc6d44f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ formats = zip universal = 1 [tool:pytest] -minversion = 3.4 +minversion = 3.04 testpaths = README.rst docs graphviz tests addopts = --doctest-modules --doctest-glob='*.rst' --ignore=docs/conf.py