Commit Graph

6 Commits

Author SHA1 Message Date
Dariusz Smigiel 395d70f086 Revert "cleanup setup.py config"
This reverts commit 6c976e61a9.

Reason for revert:
Removal of setup.py caused problems with installation in tripleo-quickstart:

2022-03-31 16:20:19.128604 | primary | ERROR: openstack-ansible-os_tempest from file:///home/zuul/src/opendev.org//openstack/openstack-ansible-os_tempest/#egg=openstack-ansible-os_tempest (from -r quickstart-extras-requirements.txt (line 5)) does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

Disable setuptools auto discovery

Jobs are broken due to a release of setuptools 61.0 introducing
non-backwards compatible breaking changes [1]

Setting py_modules to an empty string here will disable autodiscovery
and should permit jobs to run as before.

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

Signed-off-by: Neil Hanlon <neil@shrug.pw>

Change-Id: I8ee5fa36a6b0cbce2d1811d9f40202fd083e4767
2022-03-31 17:07:05 -04:00
Marc Gariepy 6c976e61a9 cleanup setup.py config
Change-Id: I1a857edf7d84f02e440703d3fa5295519661efae
2022-03-31 10:43:20 -04:00
Andreas Jaeger 392552261a Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.

Change-Id: Id681a9e25b677c687998698c33b4fb0a30d7d202
2020-04-13 20:11:25 +02:00
OpenStack Proposal Bot 04fcfb0d44 Updated from global requirements
Change-Id: If718d3978043c32eb80cfc60b98944dc94ac693e
2017-03-02 11:52:09 +00:00
OpenStack Proposal Bot fc4317400c Updated from global requirements
Change-Id: Iab0e33dd7ece74d471b82eb12d77e733bad11aa4
2016-07-15 03:58:10 +00:00
Kevin Carter 7ee029afe9 Implement base configuration for independent repository
Change-Id: I26cea8bede422a5e91ab3443a69fb77f1a7b0fde
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-03-03 13:02:14 +00:00