Fix for tox4 and setuptools

- Disable auto discovery in setuptools
This is to avoid issues with latest setuptools after version 61.0
For more info see [1]
- add bash script to allowlist in tox.ini
- use default size for vm memory
[1] https://github.com/pypa/setuptools/issues/3197
Change-Id: Iae24917add1aae6b1ed46dba0d2c270b39c5698c
This commit is contained in:
Riccardo Pittau
2022年12月16日 11:00:48 +01:00
parent 5c0eab351c
commit 39b6553161

View File

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

View File

@@ -44,6 +44,7 @@ deps =
pycodestyle>=2.0.0,<3.0.0 # MIT
doc8>=0.8.1 # Apache-2.0
allowlist_externals = bash
{toxinidir}/tools/run_bashate.sh
commands =
flake8 {posargs:ironic_python_agent examples}
# Run bashate during pep8 runs to ensure violations are caught by

View File

@@ -21,7 +21,6 @@
devstack_localrc:
IRONIC_BUILD_DEPLOY_RAMDISK:True
IRONIC_VM_COUNT:2
IRONIC_VM_SPECS_RAM:2750
# This matches the default in ironic-base, specifying for clarity
IRONIC_RAMDISK_TYPE:dib
devstack_services:
Reference in New Issue
openstack/ironic-python-agent
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.