mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Can't install valgrind in requirements, breaks doc building
This commit is contained in:
parent
1c872a9eda
commit
75c60bd6bb
1
Makefile
1
Makefile
|
@ -104,6 +104,7 @@ test:
|
|||
|
||||
.PHONY: valgrind
|
||||
valgrind:
|
||||
python3 -c "import pytest_valgrind" || pip3 install pytest-valgrind
|
||||
PYTHONMALLOC=malloc valgrind --suppressions=Tests/oss-fuzz/python.supp --leak-check=no \
|
||||
--log-file=/tmp/valgrind-output \
|
||||
python3 -m pytest --no-memcheck -vv --valgrind --valgrind-log=/tmp/valgrind-output
|
||||
|
|
|
@ -9,7 +9,6 @@ pyroma
|
|||
pytest
|
||||
pytest-cov
|
||||
pytest-timeout
|
||||
pytest-valgrind
|
||||
sphinx>=2.4
|
||||
sphinx-issues
|
||||
sphinx-removed-in
|
||||
|
|
Loading…
Reference in New Issue
Block a user