From 0776bdaace065fb776c341065ec5b04431ce0d6e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 08 2021 09:46:28 +0000 Subject: Try to upgrade pip in the tox environment before install the other deps Signed-off-by: Pierre-Yves Chibon --- diff --git a/tox.ini b/tox.ini index 4de8875..6901f1e 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ deps = pytest-cov pytest install_command = - pip install --no-use-pep517 {opts} {packages} + pip install {opts} {packages} setenv = PAGURE_CONFIG={toxinidir}/tests/test_config PYTHONPATH={toxinidir}