1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-25 21:33:04 +04:00

Revert PR 24186 as it force skip tests.

This commit is contained in:
Alexander Smorkalov
2023-09-05 14:35:37 +03:00
parent 21fb10c6a3
commit cca4ee2e46
4 changed files with 8 additions and 85 deletions
-2
View File
@@ -36,8 +36,6 @@ class NewOpenCVTests(unittest.TestCase):
return candidate
if required:
self.fail('File ' + filename + ' not found')
else:
self.skipTest('File ' + filename + ' not found')
return None