Can't install valgrind in requirements, breaks doc building

This commit is contained in:
Eric Soroos 2021-04-10 17:47:18 +02:00
parent 1c872a9eda
commit 75c60bd6bb
2 changed files with 1 additions and 1 deletions

View File

@ -104,6 +104,7 @@ test:
.PHONY: valgrind .PHONY: valgrind
valgrind: valgrind:
python3 -c "import pytest_valgrind" || pip3 install pytest-valgrind
PYTHONMALLOC=malloc valgrind --suppressions=Tests/oss-fuzz/python.supp --leak-check=no \ PYTHONMALLOC=malloc valgrind --suppressions=Tests/oss-fuzz/python.supp --leak-check=no \
--log-file=/tmp/valgrind-output \ --log-file=/tmp/valgrind-output \
python3 -m pytest --no-memcheck -vv --valgrind --valgrind-log=/tmp/valgrind-output python3 -m pytest --no-memcheck -vv --valgrind --valgrind-log=/tmp/valgrind-output

View File

@ -9,7 +9,6 @@ pyroma
pytest pytest
pytest-cov pytest-cov
pytest-timeout pytest-timeout
pytest-valgrind
sphinx>=2.4 sphinx>=2.4
sphinx-issues sphinx-issues
sphinx-removed-in sphinx-removed-in