Skip to content

Commit b2c7a0b

Browse files
authored
Merge branch 'master' into fix-vecmat-win-failure
2 parents 4ad215e + 71c2e8e commit b2c7a0b

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)