From f2b4ac8751f05f5819804e389a644caecd8dc86d Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Wed, 25 Jan 2023 14:40:21 +0100 Subject: [PATCH] Readd usedevelop true to tox.ini This avoid using sdist, which is the wanted behavior Change-Id: Ibfb867ee0ff8274130a19538aa7ff9b9296dc4e1 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 5863ec891..139a52320 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ ignore_basepython_conflict=true [testenv] basepython = python3 +usedevelop = True setenv = VIRTUAL_ENV={envdir} PYTHONDONTWRITEBYTECODE = 1