Skip to content

make test fails all tests with InvalidConfiguration('Unable to parse YAML file ...") #113

@mikeweltevrede

Description

@mikeweltevrede

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:

  1. Follow the steps (except for pyenv) in https://github.com/fpgmaas/cookiecutter-poetry/blob/main/CONTRIBUTING.md up to step 8.
  2. 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?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions