Fix tox4 error

tox.ini started failing with Tox4 which had some
incompatible changes. One of the reason for failure
is due to the skipsdist = True with usedevelop and it
seems it was never supported.

Change-Id: If70b1a8b17bd925b04b35366ff80fd5dacf19c3c
This commit is contained in:
Ghanshyam Mann 2023-01-30 16:40:10 -06:00
parent dac837c596
commit fac3d836bc
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
[tox]
envlist = docs,linters,py3
minversion = 3.1.0
skipsdist = True
ignore_basepython_conflict=true
[testenv]