pytest-cookies
pytest-cookies copied to clipboard
Fixes for cookiecutter 2.1.0, especially PyYAML
Dumps config as JSON (using built-in parser) since this can be read as YAML and it avoids adding any dependencies.
Update: Actually can depend on cookiecutter 2.1.0 and use PyYAML dumper.
Looks like this won't work because of poyo: https://pypi.org/project/poyo/. But it should work for cookiecutter >= 2.1.0, since that uses pyyaml.
Fixes #62 Closes #61
I ran into the exact same issue and I can confirm that this PR fixes the issue.
Agreed, this fixes the issues that we are running into.
Can confirm this fixes the issue for me also. What needs to happen for this to be merged in?
@devmcp https://github.com/hackebrot/pytest-cookies/issues/41
Can confirm that this fixes the InvalidConfiguration exception due to YAML parsing error on windows. Can we get this merged please?
Would love to see this merged. Pyramid is using this branch to fix its cookiecutter tests on windows in the interim.
When could we expect a new release?
https://pypi.org/project/pytest-cookies/0.7.0/ 📦