commit | 79d13904aaa6c3ce39fe887df8263890528139b0 | [log] [tgz] |
---|---|---|
author | Andreas Jaeger <aj@suse.com> | Sun May 03 11:04:54 2020 +0200 |
committer | Andreas Jaeger <aj@suse.com> | Mon May 04 15:42:49 2020 +0200 |
tree | 9d15d7579a3cfa21b5160726d73565ec1b35f388 | |
parent | 6e4356ed42d5ecae3ad6bae40001edea73ab0d6e [diff] |
Cleanup py27 support This repo is now testing only with Python 3, so let's make a few cleanups: - Remove python 2.7.3 stanza from setup.py - Remove obsolete sections from setup.cfg - Remove install_command from tox.ini, the default is fine - Switch to hacking 3.0, ignore W503 and W504 (as in cinder repo) - Use TOX_CONSTRAINTS instead of obsolete UPPER_CONSTRAINTS Change-Id: Ia623c8af7f03c25bce7e4600693a7e834ab70000