Skip to content

Commit 073fd78

Browse files
committed
test: install deep learning libraries
1 parent 24102f7 commit 073fd78

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ deps =
5151
tests: urllib3 < 2.0.0
5252
tests: nbconvert
5353
tests: nbformat
54+
tests: torch
55+
tests: onnx
56+
tests: h2o
57+
tests: tensorflow
5458
# tests: lightgbm ; platform_system != "Darwin" # lightgmb seems to have build issues on MacOS
5559
# doc skips install, so explicitly add minimum packages
5660
doc: sphinx
@@ -69,7 +73,7 @@ passenv =
6973

7074
commands =
7175
clean: coverage erase
72-
unit: {posargs:pytest --cov={envsitepackagesdir}/sasctl --cov-report=xml:./.reports/unit.xml --cov-append tests/unit/}
76+
unit: {posargs:pytest -rsx --cov={envsitepackagesdir}/sasctl --cov-report=xml:./.reports/unit.xml --cov-append tests/unit/}
7377
integration: {posargs:pytest --cov={envsitepackagesdir}/sasctl --cov-report=xml:./.reports/integration.xml --cov-append tests/integration/}
7478
# Uncomment when tests are working again for scenarios
7579
# scenarios: {posargs:pytest --cov={envsitepackagesdir}/sasctl --cov-report=xml:./.reports/scenarios.xml --cov-append tests/scenarios/}

0 commit comments

Comments
 (0)