Describe the bug
When cloning the project locally, following the setup steps, and running make tests, all tests fail with
E AssertionError: assert -1 == 0
E + where -1 = <Result InvalidConfiguration('Unable to parse YAML file C:\\Users\\xxx\\AppData\\Local\\Temp\\pytest-of-xxx\\pytest-3\\user_dir0\\config.')>.exit_code
To Reproduce
Steps to reproduce the behavior:
- Follow the steps (except for pyenv) in https://github.com/fpgmaas/cookiecutter-poetry/blob/main/CONTRIBUTING.md up to step 8.
- Run
make test (step 9).
Expected behavior
Running and successful unit tests.
System [please complete the following information]:
- OS: Windows 11
- Language Version: Python 3.12.0
- Virtual environment: Poetry 1.7.1
Additional context
Perhaps this is a Windows issue?