Skip to content

Commit 5723ed6

Browse files
Pavel Minaevint19h
authored andcommitted
Force setuptools version in tests via tox.ini as well.
1 parent 9e8d103 commit 5723ed6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
envlist = py{37,38,39,310,311,312}{,-cov}
33

44
[testenv]
5-
deps = -rtests/requirements.txt
5+
deps =
6+
-rtests/requirements.txt
7+
py37{,-cov}: setuptools<66
68
passenv = DEBUGPY_LOG_DIR,DEBUGPY_TESTS_FULL
79
setenv =
810
DEBUGPY_TEST=1

0 commit comments

Comments
 (0)