Skip to content

Commit 7e34e95

Browse files
committed
[CI] Set PIP_PREFER_BINARY in tox as a workaround for problems in macOS
1 parent 8825a5b commit 7e34e95

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
@@ -5,6 +5,7 @@ deps =
55
setenv =
66
PYTHONWARNDEFAULTENCODING = 1
77
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0} # TODO: return to 1 (temporarily disabled)
8+
PIP_PREFER_BINARY = 1 # Workaround for #5105
89
commands =
910
pytest {posargs}
1011
usedevelop = True

0 commit comments

Comments
 (0)