Remove additional references to nose tests

This commit is contained in:
Jon Dufresne 2018-09-15 12:28:35 -07:00
parent 140606dd00
commit 4503735df7
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -33,7 +33,6 @@ htmlcov/
.coverage
.cache
.pytest_cache
nosetests.xml
coverage.xml
# Test files

View File

@ -9,8 +9,7 @@ iterations = 5000
When run on a system without the jpeg leak fixes,
the valgrind runs look like this.
NOSE_PROCESSES=0 NOSE_TIMEOUT=600 valgrind --tool=massif \
python test-installed.py -s -v Tests/check_jpeg_leaks.py
valgrind --tool=massif python test-installed.py -s -v Tests/check_jpeg_leaks.py
"""