zuul-jobs/test-playbooks/python
Ian Wienand 95d53aa40e setup.py: override modules to stop auto-detection
Some of our jobs have started failing with

   error: Multiple top-level packages discovered in a flat-layout:
   ['roles', 'playbooks'].
   ... <and so on> ...

which seems to be a combination of jobs that don't run often and some
recent-ish version of setuptools/pip.  From what I can tell, what we
want to do here is disable autodetection as what we have isn't really
a python distributable package.

Also fix the two places this is monkey-patched in over the existing
file.

Change-Id: I2a0dfbbedbb9bddd34b6af691118cf7c422a82b0
2022-07-27 11:14:06 +10:00
..
fetch-sphinx-output.yaml test-playbooks: avoid warnings with shell/command 2020-06-04 18:54:37 +01:00
fetch-sphinx-tarball.yaml fetch-sphinx-tarball: don't run merge-output-to-logs 2020-10-15 14:44:03 +11:00
fetch-subunit-output.yaml setup.py: override modules to stop auto-detection 2022-07-27 11:14:06 +10:00
fetch-tox-output.yaml setup.py: override modules to stop auto-detection 2022-07-27 11:14:06 +10:00
tox.ini Test tox.requires doesn't break sibling installs 2021-10-01 12:46:14 +00:00
tox.yaml Test tox.requires doesn't break sibling installs 2021-10-01 12:46:14 +00:00
upload-pypi.yaml test/upload-pypi : install venv 2022-07-27 10:54:30 +10:00