Skip to content

Commit d7b81f0

Browse files
committed
Add setuptools in tox.ini
1 parent 41f1c35 commit d7b81f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ minversion = 3.28.0
44
# envlist = py310, flake8, mypy
55
envlist = py310, py311, py312, py313
66
isolated_build = true
7+
skip_missing_interpreters = true
78

89
[gh-actions]
910
python =
@@ -17,6 +18,8 @@ python =
1718
setenv =
1819
PYTHONPATH = {toxinidir}
1920
extras = testing
21+
deps =
22+
setuptools>=65.0.0
2023
commands =
2124
pytest --basetemp={envtmpdir}
2225

@@ -28,4 +31,6 @@ commands = flake8 tpot
2831
[testenv:mypy]
2932
basepython = python3.10
3033
extras = testing
34+
deps =
35+
setuptools>=65.0.0
3136
commands = mypy tpot

0 commit comments

Comments
 (0)