Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 2677f26

Browse files
authored
Move tests for numba-dppy (#102)
As dppl will move to numba-dppy then tests for dppl will not be a part of numba tests.
1 parent e086bce commit 2677f26

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

numba/tests/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ def load_tests(loader, tests, pattern):
2929
cuda_dir = join(dirname(dirname(__file__)), 'cuda/tests')
3030
suite.addTests(loader.discover(cuda_dir))
3131

32-
# Numba DPPL tests are located in a separate directory
33-
from numba.dppl_config import dppl_present
34-
if dppl_present:
35-
dppl_dir = join(dirname(dirname(__file__)), 'dppl/tests')
36-
suite.addTests(loader.discover(dppl_dir))
37-
3832
# Numba ROC tests are located in a separate directory
3933
roc_dir = join(dirname(dirname(__file__)), 'roc/tests')
4034
suite.addTests(loader.discover(roc_dir))

0 commit comments

Comments
 (0)