Merge pull request #3356 from jdufresne/nose

Remove additional references to nose tests
This commit is contained in:
Hugo 2018-09-16 12:26:20 +03:00 committed by GitHub
commit 74f5007bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

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