Fix tox4 error

tox.ini started failing with Tox4 which had some
incompatible changes. One of them is due to the
skipsdist = True.

Fixing tox.ini for tox4 changes.

Change-Id: Ib8cf6b88af55d96fde7e1d4d46f6930d2e756a29
This commit is contained in:
Ghanshyam Mann 2023-01-10 13:47:31 -06:00
parent aba0bd074e
commit 6814abb54f
1 changed files with 0 additions and 1 deletions

View File

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