Merge "Stop using hacking for anything"
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# Nodepool uses hacking for its dependencies
|
||||
hacking>=0.10.2,<0.11
|
||||
flake8
|
||||
coverage
|
||||
fixtures>=0.3.12
|
||||
mock>=1.0
|
||||
|
||||
2
tox.ini
2
tox.ini
@@ -63,6 +63,6 @@ commands = stestr --test-path ./nodepool/tests/functional/openshift run --no-sub
|
||||
[flake8]
|
||||
# These are ignored intentionally in zuul projects;
|
||||
# please don't submit patches that solely correct them or enable them.
|
||||
ignore = E124,E125,E129,E402,E741,H,W503,W504
|
||||
ignore = E124,E125,E129,E402,E741,W503,W504
|
||||
show-source = True
|
||||
exclude = .venv,.tox,dist,doc,build,*.egg
|
||||
|
||||
Reference in New Issue
Block a user