Skip to content

Commit

Permalink
tox: remove editable wheels when installing
Browse files Browse the repository at this point in the history
We do this to unblock installation using newer
pip versions that would require us to rewrite
more logic.
  • Loading branch information
tobias-urdin committed Jul 31, 2023
1 parent f962bc6 commit 6930dac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6930dac

Please sign in to comment.