Skip to content

Commit 70ee97a

Browse files
committed
Relax Python version but pin dependencies in tox linter environments
1 parent ec8300b commit 70ee97a

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

tox.ini

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,22 @@ deps =
1717
!scandir: .
1818

1919
[testenv:mypy]
20-
basepython = python3.9
2120
commands = mypy --config-file {toxinidir}/setup.cfg {toxinidir}/fs
2221
deps =
2322
.
2423
mypy==0.800
2524

2625
[testenv:flake8]
27-
python = python3.9
2826
commands = flake8 {toxinidir}/fs {toxinidir}/tests
2927
deps =
30-
flake8
31-
flake8-bugbear
32-
flake8-builtins
33-
flake8-comprehensions
34-
flake8-mutable
28+
flake8==3.7.9
29+
#flake8-builtins==1.5.3
30+
flake8-bugbear==19.8.0
31+
flake8-comprehensions==3.1.4
32+
flake8-mutable==1.2.0
33+
flake8-tuple==0.4.0
3534

3635
[testenv:black]
37-
python = python3.9
3836
commands = black --check {toxinidir}/fs
3937
deps =
4038
black==20.8b1

0 commit comments

Comments
 (0)