Fix tox4 and setuptools errors

- Remove skipsdist that it was never supported and causes breakage
when used with usedevelop.
- disable setuptools autodiscovery

Change-Id: Iee925dd901d3b7e3407e9d2356b5d7b81d17fc55
This commit is contained in:
Riccardo Pittau 2022-12-28 15:09:42 +01:00
parent 9427360ccb
commit 22ca7f4312
2 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,5 @@ import setuptools
setuptools.setup(
setup_requires=['pbr>=2.0.0'],
py_modules=[],
pbr=True)

View File

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