trivial: Bump hacking to 4.x

We also remove a now-useless requirement from 'test-requirements' since
that stuff is handled by pre-commit.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I324251c28f9fd6b61909e5288974b96f804ec19d
This commit is contained in:
Stephen Finucane 2021-03-11 17:33:23 +00:00
parent 0273cb742d
commit cad3f62cda
2 changed files with 1 additions and 3 deletions

View File

@ -32,7 +32,7 @@ repos:
- id: flake8
name: flake8
additional_dependencies:
- hacking>=3.0.1,<3.1.0
- hacking>=4.0.0,<4.1.0
language: python
entry: flake8
files: '^.*\.py$'

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>=3.0,<3.1.0 # Apache-2.0
# Used for making sure the eventlet executors work.
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT