pytest.mark.xfail(
sysconfig.get_config_var("Py_DEBUG") not in (None, 0, "0"),
reason=(
"NumPy possibly built with `USE_DEBUG=True ./tools/travis-test.sh`, "
"which does not ex
| 1 | import sys |
| 2 | import sysconfig |
| 3 | import subprocess |
| 4 | import pkgutil |
nothing calls this directly
no outgoing calls
no test coverage detected