Fix tox.ini for tox4

The skipsdist setting breaks stevedore extension loading.

Change-Id: I39dddb59d2eadd57756960ef520a643671e595b9
This commit is contained in:
Pierre Riteau 2023-02-24 06:23:38 +01:00
parent 68c6487465
commit feabfc0155

View File

@ -1,7 +1,6 @@
[tox]
envlist = py39,py38,pep8
minversion = 3.18.0
skipsdist = True
ignore_basepython_conflict = True
[testenv]