mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Enable test_file_tiff
This commit is contained in:
parent
bd55b8baf1
commit
5f54802ea7
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user