Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 70adbf7

Browse files
Add setuptools for python3.12
1 parent e9c122c commit 70adbf7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ python =
1616

1717
[testenv]
1818
description = run py.test tests
19-
deps = -r requirements-test.txt
19+
deps =
20+
-r requirements-test.txt
21+
setuptools
2022
commands =
2123
# this ugly hack is here because:
2224
# https://github.com/tox-dev/tox/issues/149

0 commit comments

Comments
 (0)