Skip to content

Commit 6888239

Browse files
committed
need to --use-deprecated-legacy-resolver
until pypa/pip#9203 is also fixed
1 parent db117f7 commit 6888239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ deps =
3232
ninja
3333
skip_install = true
3434
commands =
35-
pip wheel --no-build-isolation -w dist --no-deps --pre --find-links {distdir} \
35+
pip wheel --no-build-isolation --use-deprecated legacy-resolver \
36+
-w dist --no-deps --pre --find-links {distdir} \
3637
--no-cache-dir --no-binary {[tox]dist_name} {[tox]dist_name}
3738

3839
[pytest]

0 commit comments

Comments
 (0)