Merge pull request #125 from cgohlke/pport_g4

Enable TIFF tests
This commit is contained in:
Alex Clark ☺ 2013-03-14 16:18:42 -07:00
commit 3d58d73eb5
2 changed files with 0 additions and 4 deletions

Binary file not shown.

View File

@ -36,10 +36,6 @@ success = failure = 0
include = [x for x in sys.argv[1:] if x[:2] != "--"]
skipped = []
# XXX Skip test, is there a better way?
files.remove(os.path.join('Tests', 'test_file_tiff.py'))
skipped.append('test_file_tiff')
python_options = " ".join(python_options)
tester_options = " ".join(tester_options)