@ -60,7 +60,7 @@ install-test: compile
# TODO: maybe use setup.py test?
# --forked, because every test needs a separate process, see PYADPT-100
test:
pytest --forked
pytest
# Development
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
minversion = "6.0"
addopts = ""
addopts = "-sv --forked"
testpaths = [
"tests",
]