mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Skip test
This commit is contained in:
parent
289d96331a
commit
062397c0af
|
@ -32,6 +32,8 @@ if "--log" in sys.argv:
|
|||
files = glob.glob(os.path.join(root, "test_*.py"))
|
||||
files.sort()
|
||||
|
||||
files.remove('Tests/test_file_tiff.py')
|
||||
|
||||
success = failure = 0
|
||||
include = [x for x in sys.argv[1:] if x[:2] != "--"]
|
||||
skipped = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user