Skip to content

Commit 5296628

Browse files
committed
Update tox.ini
If we remove skipsdist from tox.ini we won't need to specify the runtime dependency for Python 3.6 manually.
1 parent 27c5e57 commit 5296628

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[tox]
22
envlist = black,mypy,py{36,37,38,39,310,311}
3-
skipsdist = True
3+
isolated_build = True
44

55
[testenv]
66
commands =
77
python -m platform
88
pytest -v {posargs} test.py
99
deps =
1010
pytest
11-
py36: dataclasses # dataclasses module is in stdlib in 3.7+
1211

1312
[testenv:black]
1413
deps=black

0 commit comments

Comments
 (0)