Skip to content

Commit a276c11

Browse files
dcermakphilpep
authored andcommitted
Force installation of a more recent hacking version
For some reason pip picks a **very** old version of hacking that is no longer working with recent python versions. If we require at least version 4.0, then everything works ¯\_(ツ)_/¯
1 parent a8b418e commit a276c11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sphinx>=1.3
22
alabaster>=0.7.2
3-
hacking
3+
hacking>=4.0
44
.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ passenv=HOME TRAVIS DOCKER_CERT_PATH DOCKER_HOST DOCKER_TLS_VERIFY WSL_DISTRO_NA
1919
description = Performs linting tasks
2020
deps=
2121
flake8
22-
hacking
22+
hacking>=4.0
2323
flake8-bugbear
2424
flake8-comprehensions
2525
flake8-debugger

0 commit comments

Comments
 (0)