diff --git a/setup.py b/setup.py index 31d6ada17..e5bafb013 100644 --- a/setup.py +++ b/setup.py @@ -17,5 +17,5 @@ import setuptools setuptools.setup( setup_requires=['pbr>=2.0.0'], - py_modules=[], - pbr=True) + pbr=True, +) diff --git a/tox.ini b/tox.ini index 31834982b..3c029e759 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.18.0 -envlist = py3,pep8,functional-py38 +envlist = py3,pep8 ignore_basepython_conflict=true [testenv] @@ -60,7 +60,7 @@ commands = flake8 ironic_inspector doc8 -e .rst -e .inc README.rst CONTRIBUTING.rst doc/source api-ref/source -[testenv:functional-py38] +[testenv:functional] commands = python3 -m ironic_inspector.test.functional {posargs} diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 1b14ff622..a47868bd4 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -14,7 +14,7 @@ #to fix right after - ironic-inspector-tempest-managed-non-standalone: voting: false - - openstack-tox-functional-py38 + - openstack-tox-functional - bifrost-integration-tinyipa-ubuntu-focal: voting: false - ironic-inspector-tox-bandit: @@ -24,4 +24,4 @@ - ironic-inspector-grenade - ironic-inspector-tempest - ironic-inspector-tempest-discovery - - openstack-tox-functional-py38 + - openstack-tox-functional