Skip to content

Commit d1ff1c4

Browse files
authored
Set flake8/pycodestyle versions (#103)
Set flake8/pycodestyle versions Reviewed-by: None <None> Reviewed-by: Artem Goncharov <[email protected]>
1 parent 0ed4607 commit d1ff1c4

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

test-requirements-2.9.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ansible
22
openstacksdk
3-
pycodestyle
4-
flake8
3+
pycodestyle==2.6.0
4+
flake8==3.8.4
55
pylint
66
voluptuous
77
yamllint

test-requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
openstacksdk
22
ansible-base
3-
pycodestyle
4-
flake8
3+
pycodestyle==2.6.0
4+
flake8==3.8.4
55
pylint
66
voluptuous
77
yamllint
88
rstcheck
99
ruamel.yaml
1010
tox
1111
otcextensions>=0.10.0
12-
importlib-metadata<2.0.0 ; python_version < '3.8'

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ignore_basepython_conflict = True
66

77
[testenv]
88
skip_install = True
9-
install_command = python -m pip install --use-feature=2020-resolver {opts} {packages}
109
basepython = python3
1110
passenv =
1211
OS_*

0 commit comments

Comments
 (0)