Skip to content

Commit c23d00e

Browse files
committed
remove test frozen version numbers
1 parent 756ddbb commit c23d00e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,25 @@ description = run flake8 (linter)
4646
basepython = {[default]basepython}
4747
skip_install = True
4848
deps =
49-
flake8==5.0.4
50-
flake8-isort==5.0.0
49+
flake8
50+
flake8-isort
5151
commands =
5252
flake8 --isort-show-traceback comb_spec_searcher tests setup.py example.py
5353

5454
[testenv:pylint]
5555
description = run pylint (static code analysis)
5656
basepython = {[default]basepython}
5757
deps =
58-
pylint==2.15.5
58+
pylint
5959
commands = pylint comb_spec_searcher
6060

6161
[testenv:mypy]
6262
description = run mypy (static type checker)
6363
basepython = {[default]basepython}
6464
deps =
65-
mypy==0.990
66-
types-requests==2.28.11.4
67-
types-tabulate==0.9.0
65+
mypy
66+
types-requests
67+
types-tabulate
6868
commands =
6969
mypy
7070

0 commit comments

Comments
 (0)