Commit Graph

4 Commits

Author SHA1 Message Date
Dr. Jens Harbott 6df4f46055 Disable auto-discovery for setuptools and update python testing
With setuptools release 61.0.0 docs build started to fail:
error: Multiple top-level packages discovered in a flat-layout:
['specs', 'attic', 'superseded'].

This bug is mentioned in setuptools issue 3197 [0], and the suggested
workaround is to disable auto-discovery by adding 'py_modules=[]' in
setup.py.

Also use recent python versions because the old ones are no longer available.

These 2 unrelated changes need to be merged together in order to unblock
the gate.

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

Change-Id: Iddc30b9521b61d9083c2b1f6e8a6707196ea0a57
2022-06-07 12:16:12 +02:00
Andreas Jaeger de768578fc Cleanup py27 support
Make a few cleanups:
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Use newer openstackdocstheme version
- Remove install_command from tox.ini, the default is fine
- Remove py27 stanza from setup.py

Change-Id: I3f517a43fbc1689ac1627a0a7c802dd08a9e2630
2020-04-10 10:50:16 +02:00
OpenStack Proposal Bot e6cda7c3b6 Updated from global requirements
Change-Id: I03c975e6ec0b0e169f039fb71686a4fcc9d81c48
2014-07-16 00:07:13 +00:00
Morgan Fainberg 6095c5ae46 Initial Commit for Identity-specs repo
The initial commit for identity-specs repo. This is based upon a
combination of the TripleO Specs repository and the Nova specs
repository.

Change-Id: If6002bebb6fee7b4935c5f11401521c3acc746b8
2014-05-22 16:49:00 -07:00