Browse Source
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg - Update classifiers - Remove install_command from tox.ini, the default is fine - Remove Babel from requirements, it's not needed for running. - Remove unused babel.cfg and obsolete openstack-common.conf - Use TOX_CONSTRAINTS_FILE instead of obsolete UPPER_CONSTRAINTS_FILE. - Remove six usage - update to hacking 3.1.0, fix problems found. - Remove hacking and friends from lower-constraints, they are blacklisted Change-Id: I6321b612f37bca7b441171814b059eaad03d9f24changes/01/751301/1
20 changed files with 138 additions and 192 deletions
@ -1,6 +0,0 @@
|
||||
[DEFAULT] |
||||
|
||||
# The list of modules to copy from oslo-incubator.git |
||||
|
||||
# The base module to hold the copy of openstack.common |
||||
base=networking_l2gw |
Loading…
Reference in new issue