We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import xpx.testing
1 parent bf3d24f commit f3c11dbCopy full SHA for f3c11db
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