From 0118e195b9db211001233f4e8e901a62baa23319 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 5 Sep 2020 12:48:37 +0200 Subject: tox.ini: Require pytest>=5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4ed8737..175327f 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ commands = [testenv] deps = coverage - pytest + pytest >= 5 pytest-cov pytest-xdist !norequests: requests -- cgit v1.2.3