fix 3.4 links

This commit is contained in:
Alexander Alekhin
2021-12-22 12:38:21 +00:00
parent 54c180092d
commit b1a57c4cb2
19 changed files with 30 additions and 28 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class NewOpenCVTests(unittest.TestCase):
repoPath = None
extraTestDataPath = None
# github repository url
repoUrl = 'https://raw.github.com/opencv/opencv/master'
repoUrl = 'https://raw.github.com/opencv/opencv/3.4'
def find_file(self, filename, searchPaths=[], required=True):
searchPaths = searchPaths if searchPaths else [self.repoPath, self.extraTestDataPath]