Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2480880

Browse files
committed
test conversion: remove old mplTest nose extensions
svn path=/trunk/matplotlib/; revision=7698
1 parent f6b72c6 commit 2480880

7 files changed

Lines changed: 2 additions & 1084 deletions

File tree

test/_buildbot_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
for fname in previous_test_images:
1919
os.unlink(fname)
2020

21-
check_call('%s run-mpl-test.py --verbose --all --keep-failed'%TARGET_py,
21+
check_call('%s run-mpl-test.py --verbose --all'%TARGET_py,
2222
cwd='test')

0 commit comments

Comments
 (0)