test_running_tests uses `setup.py test` instead of `pytest` this should be fixed. The dependencies should also be installed to be able to run pytest. https://github.com/NLeSC/python-template/blob/419c4cc6de4aa24c6b9423c189e7661bd3870999/tests/test_project.py#L62
test_running_tests uses
setup.py testinstead ofpytestthis should be fixed. The dependencies should also be installed to be able to run pytest.python-template/tests/test_project.py
Line 62 in 419c4cc