mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
issue #2959: oops. sorry. reverting accidental change that broke builds
This commit is contained in:
parent
c15a0b2fce
commit
4cea610f16
|
@ -250,7 +250,7 @@ class TestCffi(AccessTest):
|
|||
|
||||
|
||||
class TestEmbeddable(unittest.TestCase):
|
||||
@unittest.skipIf(sys.platform.startswith('win32') or
|
||||
@unittest.skipIf(not sys.platform.startswith('win32') or
|
||||
sys.version_info[:2] == (3, 4) or
|
||||
on_appveyor(), # failing on appveyor when run from
|
||||
# subprocess, not from shell
|
||||
|
|
Loading…
Reference in New Issue
Block a user