Disable auto discovery as a workaround

Tripleo-ci jobs are broken after latest release of setuptools 61.0,
details in Releated-Bug.

Trying the workaround as mentioned in [1]

[1] https://github.com/pypa/setuptools/issues/3197

Depends-On: https://review.opendev.org/c/openstack/tripleo-ci/+/835193

Related-Bug: #1966382
Change-Id: I23788ec24c581c037e2535201aeaf61e1bbbbbdc
This commit is contained in:
Sandeep Yadav 2022-03-25 16:23:31 +05:30
parent 0dc4f9ac62
commit 49d52ddaa3
1 changed files with 1 additions and 0 deletions

View File

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