From 6930dac4ab253ed47628cd2444c8e7121fbcdff0 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Mon, 31 Jul 2023 19:42:30 +0000 Subject: [PATCH] tox: remove editable wheels when installing We do this to unblock installation using newer pip versions that would require us to rewrite more logic. --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 7272d248f..5f257f81a 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,6 @@ setenv = # coordination driver in functional tests (--coordination-driver is passed to # pifpaf) deps = - -e .[test,redis,prometheus,amqp1,{env:GNOCCHI_STORAGE_DEPS:},{env:GNOCCHI_INDEXER_DEPS:}] {env:GNOCCHI_TEST_TARBALLS:} # TODO(tobias-urdin): Remove this pin and use pifpaf directly instead when this is @@ -127,7 +126,6 @@ basepython = python3 # .[postgresql,doc] # setenv = GNOCCHI_STORAGE_DEPS=file deps = - -e .[test,file,postgresql,doc] doc8 setenv = GNOCCHI_TEST_DEBUG=1