Skip to content

Commit 257cb10

Browse files
WIP: Modified ANSYS_EDB_EXE_DIR to 25R1 in tox.ini test
1 parent 391ebb0 commit 257cb10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ install_command =
3030
description = Checks for project unit tests
3131
setenv =
3232
PYTEST_EXTRA_ARGS = --junitxml=junit/test-results.xml
33+
ANSYSEM_EDB_EXE_DIR={env:ANSYSEM_ROOT251}
3334
commands =
3435
python -m pip install .[tests]
35-
pytest {posargs} {env:PYTEST_EXTRA_ARGS:}
36+
pytest {posargs} {env:PYTEST_EXTRA_ARGS:ANSYSEM_EDB_EXE_DIR}
3637

3738
[testenv:coverage]
3839
description = Checks for project unit tests and coverage

0 commit comments

Comments
 (0)