Skip to content

Commit

Permalink
tox.ini: remove testenv from reuse
Browse files Browse the repository at this point in the history
Avoid inheriting from testenv for the reuse
environment in tox.

Testenv uses sitepackages for Python which is
interfering somehow with the setup for reuse,
which fails to recognize the current working
directory as a VCS repository and fails with:

reuse.project - WARNING - could not find supported VCS

Signed-off-by: Albert Esteve <[email protected]>
  • Loading branch information
aesteve-rh committed Feb 21, 2023
1 parent 97e1002 commit d1e6ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ commands =
./lib/vdsm/network/ \
./tests/network

[testenv:reuse]
[reuse]
deps =
reuse
commands =
Expand Down

0 comments on commit d1e6ce5

Please sign in to comment.