Skip to content

Commit 6aa2341

Browse files
committed
tox: Remove unsupported Python versions, unnecessary deps
We also bump to tox 4, which handles pyproject.toml files by default using its own build frontend. Signed-off-by: Stephen Finucane <[email protected]>
1 parent e0d56b7 commit 6aa2341

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

tox.ini

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
[tox]
2-
envlist = py36,py37,py38,py39,py310,py311,py312,pypy3
3-
minversion = 1.6
2+
envlist = py37,py38,py39,py310,py311,py312,pypy3
3+
minversion = 4.2
44

55
[testenv]
66
usedevelop = True
7-
deps =
8-
sphinx
9-
setuptools>=61
10-
setuptools-scm
117
extras =
128
test
139
twisted
1410
commands =
15-
python -W once -m testtools.run testtools.tests.test_suite
11+
python -W once -m testtools.run testtools.tests.test_suite {posargs}

0 commit comments

Comments
 (0)