Merge "setup.py: Remove 'py_modules'"

This commit is contained in:
Zuul 2023-01-11 19:27:52 +00:00 committed by Gerrit Code Review
commit a273c6fd07
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8,functional-py38
envlist = py3,pep8
ignore_basepython_conflict=true
[testenv]
@ -62,7 +62,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}

View File

@ -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