From 1a33d44a09a51d80550f5924f97a8cc80161894b Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Mon, 24 Jun 2019 20:07:01 -0400 Subject: [PATCH] Unpin pytest in tox.ini This was "temporarily" pinned many months back, given that this is not pinned on the stable branch and tests appear to be passing, we should be able to remove it here. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2ccac468..78cb5851 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ envlist = passenv = LANG usedevelop = true deps = - pytest>=3,<3.7 + pytest>=3 coverage commands = coverage run -p -m pytest {posargs} -- 2.47.2