Skip to content

Commit b0ace6a

Browse files
committed
ci: specify setuptools as a deps in tox.ini to prevent downgrade, leading to pip ModuleNotFoundError for pip._vendor
1 parent 5c8a04e commit b0ace6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ envlist =
77
toxworkdir={env:TOX_WORK_DIR:{tox_root}/.tox}
88

99
[testenv]
10+
deps = setuptools>=68,<72
1011
passenv =
1112
DBUS_SESSION_BUS_ADDRESS # This is needed for keyring acccess on Linux.
1213
allowlist_externals = poetry

0 commit comments

Comments
 (0)