mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Cross plat fix
This commit is contained in:
parent
b909f4f0da
commit
fa275f51b5
|
@ -37,7 +37,7 @@ include = [x for x in sys.argv[1:] if x[:2] != "--"]
|
||||||
skipped = []
|
skipped = []
|
||||||
|
|
||||||
# XXX Skip test, is there a better way?
|
# XXX Skip test, is there a better way?
|
||||||
files.remove('Tests/test_file_tiff.py')
|
files.remove(os.path.join('Tests', 'test_file_tiff.py'))
|
||||||
skipped.append('test_file_tiff')
|
skipped.append('test_file_tiff')
|
||||||
|
|
||||||
python_options = " ".join(python_options)
|
python_options = " ".join(python_options)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user