File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ deps =
51
51
tests: urllib3 < 2.0.0
52
52
tests: nbconvert
53
53
tests: nbformat
54
+ tests: torch
55
+ tests: onnx
56
+ tests: h2o
57
+ tests: tensorflow
54
58
# tests: lightgbm ; platform_system != "Darwin" # lightgmb seems to have build issues on MacOS
55
59
# doc skips install, so explicitly add minimum packages
56
60
doc: sphinx
@@ -69,7 +73,7 @@ passenv =
69
73
70
74
commands =
71
75
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/}
73
77
integration: {posargs:pytest --cov ={envsitepackagesdir}/sasctl --cov-report =xml:./.reports/integration.xml --cov-append tests/integration/}
74
78
# Uncomment when tests are working again for scenarios
75
79
# scenarios: {posargs:pytest --cov={envsitepackagesdir}/sasctl --cov-report=xml:./.reports/scenarios.xml --cov-append tests/scenarios/}
You can’t perform that action at this time.
0 commit comments