We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61daad1 commit 8792db9Copy full SHA for 8792db9
tests/test_zlib_compliance.py
@@ -37,6 +37,9 @@
37
38
class VersionTestCase(unittest.TestCase):
39
40
+ @unittest.skipIf(
41
+ sys.platform.startswith("win"),
42
+ "isa-l.h with version information does not exist on Windows")
43
def test_library_version(self):
44
# Test that the major version of the actual library in use matches the
45
# major version that we were compiled against. We can't guarantee that
0 commit comments