Enable test_file_tiff

This commit is contained in:
Christoph Gohlke 2013-03-14 16:12:57 -07:00
parent bd55b8baf1
commit 5f54802ea7

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)