Skip to content

Commit f7fcb8f

Browse files
committed
test: remove unsupported tests
1 parent 2673e1f commit f7fcb8f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/test_dependencies.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66

77
class Tests(unittest.TestCase):
88

9-
def test_cython(self):
10-
import cython
11-
12-
@unittest.skip('not ready yet')
13-
def test_pyopencl(self):
14-
import pyopencl
15-
169
def test_gfortran(self):
1710
gfortran_path = shutil.which('gfortran')
1811
self.assertIsNotNone(gfortran_path)

0 commit comments

Comments
 (0)