Skip to content

Commit 76fc847

Browse files
committed
Unpin tox dependencies
This allows the checks to be made against the latest versions thereby ensuring the most up to date and useful checks.
1 parent 4580e16 commit 76fc847

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tox.ini

+11-11
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ python =
1313
passenv =
1414
GITHUB_*
1515
deps =
16-
pytest>=6.1.2,<7
17-
pytest-cov>=2.10.1,<3
18-
pytest-xdist>=2.2.1,<3
16+
pytest
17+
pytest-cov
18+
pytest-xdist
1919
commands =
2020
pytest --cov-report=xml --cov-report=term --cov=wsproto {posargs}
2121

@@ -25,10 +25,10 @@ commands = pytest {posargs}
2525

2626
[testenv:lint]
2727
deps =
28-
flake8>=3.9.1,<4
29-
black>=22.1.0,<23
30-
isort==5.10.1
31-
mypy==0.931
28+
flake8
29+
black
30+
isort
31+
mypy
3232
{[testenv]deps}
3333
commands =
3434
flake8 src/ test/
@@ -38,7 +38,7 @@ commands =
3838

3939
[testenv:docs]
4040
deps =
41-
sphinx>=4.0.2,<5
41+
sphinx
4242
whitelist_externals = make
4343
changedir = {toxinidir}/docs
4444
commands =
@@ -48,9 +48,9 @@ commands =
4848
[testenv:packaging]
4949
basepython = python3.10
5050
deps =
51-
check-manifest==0.46
52-
readme-renderer==29.0
53-
twine>=3.4.1,<4
51+
check-manifest
52+
readme-renderer
53+
twine
5454
whitelist_externals = rm
5555
commands =
5656
rm -rf dist/

0 commit comments

Comments
 (0)