diff options
author | Andreas Jaeger <aj@suse.com> | 2020-04-13 11:11:33 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.com> | 2020-04-13 11:16:21 +0200 |
commit | d9718805c1eaead1b00470d276cc94d12d3c9b57 (patch) | |
tree | 324f7cf0035ee2e4a5d83b57ebdca41bfe390cb8 /test-requirements.txt | |
parent | 8b2aaa3f6cdcd1840b2b101dd3d0d9bc2034ad9d (diff) | |
download | oslo-middleware-d9718805c1eaead1b00470d276cc94d12d3c9b57.tar.gz |
Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove obsolete sections from setup.cfg
- Update classifiers
- Use newer openstackdocstheme version
- Switch to hacking 3.0, fix problems found
Change-Id: I539b00204279c7645ef4a3f804f64a1e7af30f05
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 317d0bc..087db15 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. fixtures>=3.0.0 # Apache-2.0/BSD -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 testtools>=2.2.0 # MIT coverage!=4.4,>=4.0 # Apache-2.0 |