diff options
-rw-r--r-- | numpy/core/tests/test_umath.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/tests/test_umath.py b/numpy/core/tests/test_umath.py index 8fa2d22a4..555ed24b5 100644 --- a/numpy/core/tests/test_umath.py +++ b/numpy/core/tests/test_umath.py @@ -27,6 +27,7 @@ def get_glibc_version(): return ver + glibcver = get_glibc_version() glibc_newerthan_2_17 = pytest.mark.xfail( glibcver != '0.0' and glibcver < '2.17', |