Skip to content

Commit

Permalink
Add setuptools for python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Jul 11, 2024
1 parent e9c122c commit 70adbf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ python =

[testenv]
description = run py.test tests
deps = -r requirements-test.txt
deps =
-r requirements-test.txt
setuptools
commands =
# this ugly hack is here because:
# https://github.com/tox-dev/tox/issues/149
Expand Down

0 comments on commit 70adbf7

Please sign in to comment.