diff --git a/conftest.py b/conftest.py index 7fbea5f8..2d7dac22 100644 --- a/conftest.py +++ b/conftest.py @@ -124,6 +124,8 @@ def xp_has_ext(ext: str) -> bool: def check_id_match(id_, pattern): + id_ = id_.removeprefix('array-api-tests/') + if id_ == pattern: return True