From f237b077fc83fe834589e619be1e898f28026eb2 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 12 Dec 2020 18:31:52 +0200 Subject: [PATCH] tox: remove requires: pip>=20.3.1 Causes some trouble in CI and not really needed as old pip should still work. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 53d4fe1b23f..be0d7ee301c 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,6 @@ envlist = py37-freeze docs docs-checklinks -requires = pip >= 20.3.1 [testenv] commands =