File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ python =
13
13
passenv =
14
14
GITHUB_*
15
15
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
19
19
commands =
20
20
pytest --cov-report =xml --cov-report =term --cov =wsproto {posargs}
21
21
@@ -25,10 +25,10 @@ commands = pytest {posargs}
25
25
26
26
[testenv:lint]
27
27
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
32
32
{[testenv]deps}
33
33
commands =
34
34
flake8 src/ test/
@@ -38,7 +38,7 @@ commands =
38
38
39
39
[testenv:docs]
40
40
deps =
41
- sphinx>=4.0.2,<5
41
+ sphinx
42
42
whitelist_externals = make
43
43
changedir = {toxinidir}/docs
44
44
commands =
@@ -48,9 +48,9 @@ commands =
48
48
[testenv:packaging]
49
49
basepython = python3.10
50
50
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
54
54
whitelist_externals = rm
55
55
commands =
56
56
rm -rf dist/
You can’t perform that action at this time.
0 commit comments