From db50945fe83510218d656a77fb7ce95e5348f64e Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 24 May 2017 17:19:12 -0700 Subject: [PATCH] Remove nonsense pyopencl import from tests --- test/test_pytools.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test_pytools.py b/test/test_pytools.py index d4ceedb..d73553d 100644 --- a/test/test_pytools.py +++ b/test/test_pytools.py @@ -196,9 +196,6 @@ def test_diskdict(): if __name__ == "__main__": - # make sure that import failures get reported, instead of skipping the tests. - import pyopencl # noqa - if len(sys.argv) > 1: exec(sys.argv[1]) else: -- GitLab