Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Disable auto discovery as a workaround
Browse files Browse the repository at this point in the history
Tripleo-ci jobs are broken after latest release of setuptools 61.0,
details in Releated-Bug.

Trying the workaround as mentioned in [1]

[1] pypa/setuptools#3197

Releated-Bug: #1966382
Change-Id: I52f852686b70d5f5d5c387b3253134bb4ccc2766
  • Loading branch information
bshephar committed Mar 28, 2022
1 parent 7e83ddd commit dab1043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -16,4 +16,5 @@

setuptools.setup(
setup_requires=['pbr'],
py_modules=[],
pbr=True)

0 comments on commit dab1043

Please sign in to comment.