Fix tox4 error

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

Change-Id: I003c38181f4900127aefc29025b600c2d9681c75
This commit is contained in:
Riccardo Pittau 2022-12-28 15:09:03 +01:00
parent 9646f89018
commit f945974fea
1 changed files with 0 additions and 1 deletions

View File

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