File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ python =
1313passenv =
1414 GITHUB_*
1515deps =
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
1919commands =
2020 pytest --cov-report =xml --cov-report =term --cov =wsproto {posargs}
2121
@@ -25,10 +25,10 @@ commands = pytest {posargs}
2525
2626[testenv:lint]
2727deps =
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}
3333commands =
3434 flake8 src/ test/
@@ -38,7 +38,7 @@ commands =
3838
3939[testenv:docs]
4040deps =
41- sphinx>=4.0.2,<5
41+ sphinx
4242whitelist_externals = make
4343changedir = {toxinidir}/docs
4444commands =
@@ -48,9 +48,9 @@ commands =
4848[testenv:packaging]
4949basepython = python3.10
5050deps =
51- check-manifest ==0.46
52- readme-renderer ==29.0
53- twine>=3.4.1,<4
51+ check-manifest
52+ readme-renderer
53+ twine
5454whitelist_externals = rm
5555commands =
5656 rm -rf dist/
You can’t perform that action at this time.
0 commit comments