Skip to content

Commit

Permalink
Added opencv and libsvm to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando79513 committed Oct 16, 2023
1 parent 0c23946 commit 93b87ad
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 20 deletions.
1 change: 1 addition & 0 deletions checkbox-support/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ recursive-include checkbox_support/parsers/tests/fixtures *.txt
recursive-include checkbox_support/parsers/tests/pactl_data *.txt
recursive-include checkbox_support/parsers/tests/udevadm_data *.txt *.lsblk
recursive-include checkbox_support/snap_utils/tests/asserts_data *.txt
recursive-include checkbox_support/vendor/brisque/models *.txt *.pickle
recursive-exclude debian *
48 changes: 28 additions & 20 deletions providers/base/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,18 @@ commands =
deps =
flake8
coverage == 5.5
natsort == 4.0.3
requests == 2.9.1
urwid == 1.3.1
distro == 1.0.1
Jinja2 == 2.8
libsvm == 3.23.0.4
MarkupSafe == 0.23
XlsxWriter == 0.7.3
natsort == 4.0.3
opencv_python == 4.4.0.42
requests == 2.9.1
tqdm == 4.19.5
urwid == 1.3.1
pyparsing == 2.0.3
distro == 1.0.1
PyYAML == 3.11
XlsxWriter == 0.7.3
setenv=
# we do not care about the package version in tox
# but it breaks some old python3.5 builds
Expand All @@ -40,43 +42,49 @@ setenv=
deps =
flake8
coverage == 5.5
natsort == 4.0.3
requests == 2.18.4
urwid == 2.0.1
distro == 1.0.1
Jinja2 == 2.10
libsvm
MarkupSafe == 1.1.0
XlsxWriter == 0.9.6
natsort == 4.0.3
opencv_python
requests == 2.18.4
tqdm == 4.19.5
urwid == 2.0.1
pyparsing == 2.2.0
distro == 1.0.1
PyYAML == 3.12
XlsxWriter == 0.9.6

[testenv:py38]
deps =
flake8
coverage == 7.3.0
natsort == 7.0.1
requests == 2.22.0
urwid == 2.0.1
distro == 1.4.0
Jinja2 == 2.10.1
libsvm
MarkupSafe == 1.1.0
XlsxWriter == 1.1.2
natsort == 7.0.1
opencv_python
requests == 2.22.0
tqdm == 4.30.0
urwid == 2.0.1
pyparsing == 2.4.6
distro == 1.4.0
PyYAML == 5.3.1
XlsxWriter == 1.1.2

[testenv:py310]
deps =
flake8
coverage == 7.3.0
natsort == 8.0.2
requests == 2.25.1
urwid == 2.1.2
distro == 1.7.0
Jinja2 == 3.0.3
libsvm
MarkupSafe == 2.0.1
XlsxWriter == 3.0.2
natsort == 8.0.2
opencv_python
requests == 2.25.1
tqdm == 4.57.0
urwid == 2.1.2
pyparsing == 2.4.7
distro == 1.7.0
PyYAML == 6.0.1
XlsxWriter == 3.0.2

0 comments on commit 93b87ad

Please sign in to comment.