Fix tox4 error

tox.ini started failing with Tox4 which had some
incompatible changes.
Remove skipsdist option as it is causes breakage
when used with usedevelop.

Change-Id: I514b6e6d4adf3ed3b7afd0690d5b5a6c6c4971b2
This commit is contained in:
Manpreet Kaur 2023-01-12 15:57:42 +05:30
parent 5a15ddd0ad
commit 1e9a7d3a52

View File

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