diff --git a/tests/manylinux-check.py b/tests/manylinux-check.py index 6531cca6..552852a7 100644 --- a/tests/manylinux-check.py +++ b/tests/manylinux-check.py @@ -52,14 +52,16 @@ def is_manylinux2014_compatible(): "linux-s390x", "linux-riscv64", ]: + print(get_platform()) return False - + print("get_platform ok") # Check for presence of _manylinux module try: import _manylinux return bool(_manylinux.manylinux2014_compatible) except (ImportError, AttributeError): # Fall through to heuristic check below + print("_manylinux skipped") pass # Check glibc version. CentOS 7 uses glibc 2.17.