Skip to content

Commit

Permalink
Merge "setup.py: Remove 'py_modules'"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jan 11, 2023
2 parents c0f9602 + f853061 commit a273c6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

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

[testenv]
Expand Down Expand Up @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -24,4 +24,4 @@
- ironic-inspector-grenade
- ironic-inspector-tempest
- ironic-inspector-tempest-discovery
- openstack-tox-functional-py38
- openstack-tox-functional

0 comments on commit a273c6f

Please sign in to comment.