Switch to current hacking

We can also remove that from test-requirements to avoid this
being pulled in for unit tests - it is a stylistic checking tool
only.

Change-Id: I869d19385442a349762d2f047557b8e2d046dcf7
This commit is contained in:
Dirk Mueller 2019-04-15 20:49:06 +02:00
parent fb02192724
commit 21b93555b5
2 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
mock>=1.2
coverage!=4.4,>=4.0 # Apache-2.0

View File

@ -15,6 +15,8 @@ commands =
[testenv:pep8]
basepython = python3
deps = {[testenv]deps}
hacking >= 1.1.0,<1.2.0
commands =
flake8
reno -q lint