Skip to content

Commit

Permalink
Fix tox4 and setuptools errors
Browse files Browse the repository at this point in the history
- Remove skipsdist that it was never supported and causes breakage
when used with usedevelop.
- disable setuptools autodiscovery

Change-Id: Icd107c69be1685af9eddf9cc9fe2236d5eb57c5a
  • Loading branch information
elfosardo committed Dec 28, 2022
1 parent 664aa3f commit 0f5bbf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@

setuptools.setup(
setup_requires=['pbr>=2.0.0'],
py_modules=[],
pbr=True)
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
minversion = 3.18.0
skipsdist = True
envlist = py3,pep8,functional-py38
ignore_basepython_conflict=true

Expand Down

0 comments on commit 0f5bbf6

Please sign in to comment.