issue #2959: oops. sorry. reverting accidental change that broke builds

This commit is contained in:
Dvořák Václav 2018-01-31 23:08:49 +01:00
parent c15a0b2fce
commit 4cea610f16

View File

@ -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