Skip to content

Commit

Permalink
Force setuptools version in tests via tox.ini as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
int19h committed Sep 5, 2023
1 parent 9e8d103 commit 5723ed6
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 @@ -2,7 +2,9 @@
envlist = py{37,38,39,310,311,312}{,-cov}

[testenv]
deps = -rtests/requirements.txt
deps =
-rtests/requirements.txt
py37{,-cov}: setuptools<66
passenv = DEBUGPY_LOG_DIR,DEBUGPY_TESTS_FULL
setenv =
DEBUGPY_TEST=1
Expand Down

0 comments on commit 5723ed6

Please sign in to comment.