Adapt to tox 4

skipsdist=True breaks extension loading by stevedore since tox 4. This
removes the option to fix the unit tests.

Change-Id: Id6853987caf999972e0597905619f364c20a636a
This commit is contained in:
Takashi Kajinami 2023-02-17 00:29:46 +09:00
parent 1c851850a3
commit 712739e5e7
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
envlist = pypy,py39,pep8
ignore_basepython_conflict = true
minversion = 3.18.0
skipsdist = True
[testenv]
basepython = python3