mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Add allowlist_externals=make to fix tox 4
This commit is contained in:
parent
1f9754cdc0
commit
bfa1f3290c
1
tox.ini
1
tox.ini
|
@ -15,6 +15,7 @@ commands =
|
||||||
{envpython} -m pip install --global-option="build_ext" --global-option="--inplace" .
|
{envpython} -m pip install --global-option="build_ext" --global-option="--inplace" .
|
||||||
{envpython} selftest.py
|
{envpython} selftest.py
|
||||||
{envpython} -m pytest -W always {posargs}
|
{envpython} -m pytest -W always {posargs}
|
||||||
|
allowlist_externals = make
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
passenv =
|
passenv =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user