Skip to content

Commit 8238731

Browse files
committed
Add opencv-python dependency to fix tox fail
1 parent 7bccbac commit 8238731

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • contrib/checkbox-ce-oem/checkbox-provider-ce-oem

contrib/checkbox-ce-oem/checkbox-provider-ce-oem/tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ deps =
4040
pyparsing == 2.0.3
4141
distro == 1.0.1
4242
PyYAML == 3.11
43+
opencv-python
4344
setenv=
4445
# we do not care about the package version in tox
4546
# but it breaks some old python3.5 builds
@@ -60,6 +61,7 @@ deps =
6061
pyparsing == 2.2.0
6162
distro == 1.0.1
6263
PyYAML == 3.12
64+
opencv-python
6365

6466
[testenv:py38]
6567
deps =
@@ -77,6 +79,7 @@ deps =
7779
pyparsing == 2.4.6
7880
distro == 1.4.0
7981
PyYAML == 5.3.1
82+
opencv-python
8083

8184
[testenv:py310]
8285
deps =
@@ -94,6 +97,7 @@ deps =
9497
pyparsing == 2.4.7
9598
distro == 1.7.0
9699
PyYAML == 6.0.1
100+
opencv-python
97101

98102
[testenv:py312]
99103
deps =
@@ -111,3 +115,4 @@ deps =
111115
pyparsing == 3.1.1
112116
distro == 1.9.0
113117
PyYAML == 6.0.1
118+
opencv-python

0 commit comments

Comments
 (0)