Readd usedevelop true to tox.ini

This avoid using sdist, which is the wanted behavior

Change-Id: Ibfb867ee0ff8274130a19538aa7ff9b9296dc4e1
This commit is contained in:
Riccardo Pittau 2023-01-25 14:40:21 +01:00
parent 06413e54a0
commit f2b4ac8751

View File

@ -5,6 +5,7 @@ ignore_basepython_conflict=true
[testenv]
basepython = python3
usedevelop = True
setenv =
VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1