We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import xpx.testing
1 parent 75e5166 commit 1774037Copy full SHA for 1774037
src/array_api_extra/testing.py
@@ -13,8 +13,6 @@
13
from types import ModuleType
14
from typing import TYPE_CHECKING, Any, TypeVar, cast
15
16
-import pytest
17
-
18
from ._lib._utils._compat import is_dask_namespace, is_jax_namespace
19
20
__all__ = ["lazy_xp_function", "patch_lazy_xp_functions"]
@@ -25,6 +23,7 @@
25
23
# https://github.com/scikit-learn/scikit-learn/pull/27910#issuecomment-2568023972
26
24
from typing import ParamSpec
27
+ import pytest
28
from dask.typing import Graph, Key, SchedulerGetCallable
29
from typing_extensions import override
30
0 commit comments