MCPcopy Create free account
hub / github.com/numpy/numpy / test_array_api_entry_point

Route test_array_api_entry_point

numpy/tests/test_public_api.py:None–None  ·  view source on GitHub ↗
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

Source from the content-addressed store, hash-verified

1import sys
2import sysconfig
3import subprocess
4import pkgutil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected