From e2f0470fceccb69f913dd9b05b4d1a2de4d687d3 Mon Sep 17 00:00:00 2001 From: David Lord Date: Tue, 7 Aug 2018 10:09:54 -0700 Subject: [PATCH] temporarily pin pytest to avoid test bug --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4c8ac4cb..6e68b0e8 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ envlist = passenv = LANG usedevelop = true deps = - pytest>=3 + pytest>=3,<3.7 coverage commands = coverage run -p -m pytest {posargs} -- 2.47.2