Skip to content

Commit 130e6e6

Browse files
committed
Fix pycodestyle dependency problem
1 parent a474673 commit 130e6e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def get_version():
3535
'six', 'iso8601',
3636
]
3737
tests_require = [
38+
'pycodestyle < 2.4.0',
3839
'pytest >= 3.2.3, < 4.0.0',
3940
'pytest-flake8 >= 0.9.1, < 1.0.0',
4041
'flake8-import-order >= 0.12, < 1.0',

0 commit comments

Comments
 (0)