Cross plat fix

This commit is contained in:
Alex Clark 2013-03-14 16:27:31 -04:00
parent b909f4f0da
commit fa275f51b5

View File

@ -37,7 +37,7 @@ include = [x for x in sys.argv[1:] if x[:2] != "--"]
skipped = []
# 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')
python_options = " ".join(python_options)