mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 08:12:33 +03:00
Updated check script paths
This commit is contained in:
parent
84855d11c8
commit
c47640c907
|
@ -18,6 +18,5 @@ exclude_also =
|
|||
|
||||
[run]
|
||||
omit =
|
||||
Tests/32bit_segfault_check.py
|
||||
Tests/check_*.py
|
||||
checks/*.py
|
||||
Tests/createfontdatachunk.py
|
||||
|
|
2
Makefile
2
Makefile
|
@ -75,7 +75,7 @@ debug:
|
|||
|
||||
.PHONY: release-test
|
||||
release-test:
|
||||
python3 Tests/check_release_notes.py
|
||||
python3 checks/check_release_notes.py
|
||||
python3 -m pip install -e .[tests]
|
||||
python3 selftest.py
|
||||
python3 -m pytest Tests
|
||||
|
|
|
@ -13,7 +13,7 @@ iterations = 5000
|
|||
When run on a system without the jpeg leak fixes,
|
||||
the valgrind runs look like this.
|
||||
|
||||
valgrind --tool=massif python test-installed.py -s -v Tests/check_jpeg_leaks.py
|
||||
valgrind --tool=massif python test-installed.py -s -v checks/check_jpeg_leaks.py
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
@ -16,6 +16,5 @@ coverage:
|
|||
|
||||
# Matches 'omit:' in .coveragerc
|
||||
ignore:
|
||||
- "Tests/32bit_segfault_check.py"
|
||||
- "Tests/check_*.py"
|
||||
- "checks/*.py"
|
||||
- "Tests/createfontdatachunk.py"
|
||||
|
|
Loading…
Reference in New Issue
Block a user