Commit Graph

5 Commits

Author SHA1 Message Date
Marc Gariepy a504a35d29 Cleanup setup.py config
Change-Id: I8f09bb6e6752eced91a0276495c3b0cf5764e0c1
2022-03-31 10:41:50 -04:00
Neil Hanlon 52acfb2c81
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: I64c2850b6a414c68277270952676518aa7aaa85b
2022-03-28 10:45:05 -04:00
Andreas Jaeger 3bca43ceae Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Update requirements, no need for python_version anymore
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version
- Cleanup tox.ini for Python 3 only

Change-Id: I9d63e63cf142fded002f7212588266d88f41dd06
2020-04-10 12:34:59 +02:00
OpenStack Proposal Bot 7d3d13f9f3 Updated from global requirements
Change-Id: Ia136aa0f2e16151d3d116b6bd921410141501449
2017-03-02 11:52:36 +00:00
Jean-Philippe Evrard 64e65750cd Introduced all the scaffolding for test repo
- gitignore to avoid bad files
- git review to enable git review/gerrit integration
- Vagrantfile like the other repos, but not useful (yet!)
- dummy inventory file
- setup.* files because docs use pbr
- requirements files
- tox.ini for test launcher to match openstack standards
- scaffolded docs and release notes for gates to pass

Change-Id: Iaf78c8fd3c2138e1d7d4384fb83c90cb7ddd6d10
2016-08-12 14:50:07 +00:00