Skip to content

Commit 2f230a1

Browse files
committed
Activate SMOKE_SCREEN in relevant tox environments
1 parent 01387d6 commit 2f230a1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tox.ini

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ isolated_build = True
77
description = Run PyTest with all extra functionality
88
extras = test,chem,examples,simulation,onnx
99
passenv = CI
10+
setenv =
11+
SMOKE_TEST=true
1012
commands =
1113
python --version
1214
pytest -p no:warnings --cov=baybe --durations=5 {posargs}
@@ -15,6 +17,8 @@ commands =
1517
description = Run PyTest with core functionality
1618
extras = test,examples
1719
passenv = CI
20+
setenv =
21+
SMOKE_TEST=true
1822
commands =
1923
python --version
2024
pytest -p no:warnings --cov=baybe --durations=5 {posargs}
@@ -50,7 +54,9 @@ commands =
5054
[testenv:docs,docs-py{38,39,310,311}]
5155
description = Build documentation
5256
extras = docs
53-
passenv = BAYBE_DOCS_LINKCHECK_IGNORE, SMOKE_TEST
57+
passenv = BAYBE_DOCS_LINKCHECK_IGNORE
58+
setenv =
59+
SMOKE_TEST=true
5460
commands =
5561
python --version
5662
python docs/scripts/convert_code_to_documentation.py {posargs}

0 commit comments

Comments
 (0)