Skip to content

Commit 71c2e8e

Browse files
authored
Remove dummy setting of compat module in the tests (#2525)
`numpy.comat` was deprecated since 1.26.0 and remove in 2.3.0. The PR removes dummy setting of `dpnp.compat` in external tests.
1 parent 425ec0c commit 71c2e8e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests_external/numpy/runtests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,6 @@ def wrapper(*args, **kwargs):
291291
dpnp.unicode = str
292292
dpnp.unicode_ = dpnp.str_
293293

294-
dpnp.compat = dummymodule
295-
dpnp.compat.unicode = dpnp.unicode
296-
297294
dpnp.core = dpnp.core.umath = dpnp
298295

299296
dpnp.core._exceptions = dummymodule

0 commit comments

Comments
 (0)