We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bccbac commit 8238731Copy full SHA for 8238731
1 file changed
contrib/checkbox-ce-oem/checkbox-provider-ce-oem/tox.ini
@@ -40,6 +40,7 @@ deps =
40
pyparsing == 2.0.3
41
distro == 1.0.1
42
PyYAML == 3.11
43
+ opencv-python
44
setenv=
45
# we do not care about the package version in tox
46
# but it breaks some old python3.5 builds
@@ -60,6 +61,7 @@ deps =
60
61
pyparsing == 2.2.0
62
63
PyYAML == 3.12
64
65
66
[testenv:py38]
67
deps =
@@ -77,6 +79,7 @@ deps =
77
79
pyparsing == 2.4.6
78
80
distro == 1.4.0
81
PyYAML == 5.3.1
82
83
84
[testenv:py310]
85
@@ -94,6 +97,7 @@ deps =
94
97
pyparsing == 2.4.7
95
98
distro == 1.7.0
96
99
PyYAML == 6.0.1
100
101
102
[testenv:py312]
103
@@ -111,3 +115,4 @@ deps =
111
115
pyparsing == 3.1.1
112
116
distro == 1.9.0
113
117
118
0 commit comments