From 4503735df7872a4adf1f269b007738da4944a138 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 15 Sep 2018 12:28:35 -0700 Subject: [PATCH] Remove additional references to nose tests --- .gitignore | 1 - Tests/check_jpeg_leaks.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 57494ded8..87ae69d97 100644 --- a/.gitignore +++ b/.gitignore @@ -33,7 +33,6 @@ htmlcov/ .coverage .cache .pytest_cache -nosetests.xml coverage.xml # Test files diff --git a/Tests/check_jpeg_leaks.py b/Tests/check_jpeg_leaks.py index 065e9d817..c85f6f030 100644 --- a/Tests/check_jpeg_leaks.py +++ b/Tests/check_jpeg_leaks.py @@ -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 """