Skip to content

Commit fbc25c5

Browse files
committed
absolute import / add dunder init
1 parent 25ff71f commit fbc25c5

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

tests/unit-mpi/__init__.py

Whitespace-only changes.

tests/unit/__init__.py

Whitespace-only changes.

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ allowlist_externals =
4949
sh
5050
commands =
5151
{toxinidir}/ci/build_ndcore.sh {toxinidir}/neurodamus/data {toxworkdir}
52+
# note: `--forked` and `pytest-isolate-mpi` don't play well: https://github.com/dlr-sp/pytest-isolate-mpi/issues/30
5253
sh -c ". {toxworkdir}/.envfile && pytest -x -s --cov=neurodamus --cov-report=term-missing {posargs:tests/unit-mpi}"
5354

5455
[testenv:integration-e2e]

0 commit comments

Comments
 (0)