Skip to content

Commit

Permalink
Remove additional references to nose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Sep 15, 2018
1 parent 140606d commit 4503735
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ htmlcov/
.coverage
.cache
.pytest_cache
nosetests.xml
coverage.xml

# Test files
Expand Down
3 changes: 1 addition & 2 deletions Tests/check_jpeg_leaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
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
"""

Expand Down

0 comments on commit 4503735

Please sign in to comment.