From df6ebb525a357db950204a99999ad77a209a1f53 Mon Sep 17 00:00:00 2001 From: Vincent Date: Mon, 25 Jan 2021 14:46:56 +0100 Subject: [PATCH] test for opencv package --- conda/opencv/run_test.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conda/opencv/run_test.py b/conda/opencv/run_test.py index 9599bcc..c8dec20 100644 --- a/conda/opencv/run_test.py +++ b/conda/opencv/run_test.py @@ -21,10 +21,9 @@ def _check_package(name, pyname=None): def test_setuptools_integrity(): - _check_package('pytorch', 'torch') - _check_package('torchvision') + _check_package('opencv', 'cv2') # test if pytorch installation is sane test_pytorch() -test_setuptools_integrity() \ No newline at end of file +test_setuptools_integrity() -- 2.21.0