Fix tox4 error

Remove skipsdist that it was never supported and causes breakage
when used with usedevelop.

Change-Id: Ia0c03eaa5474f13600880dd6eca79d284bba5ca8
This commit is contained in:
Ayumu Ueha 2023-01-12 05:08:29 +00:00
parent 326d02671e
commit 82bf387f77
1 changed files with 0 additions and 1 deletions

View File

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