Skip to content

Commit e078a26

Browse files
committed
Resolve missing setuptools in Python 3.12
1 parent 31d09a0 commit e078a26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ depends =
3939
cov-report: cov-combine
4040

4141
[testenv:clean]
42-
deps = coverage
42+
deps =
43+
coverage
44+
setuptools
4345
skip_install = true
4446
commands =
4547
python setup.py clean --all

0 commit comments

Comments
 (0)