Merge "Stop using hacking for anything"

This commit is contained in:
Zuul
2020-03-16 00:42:57 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -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