Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support symlinks on Windows with Python < 3.2 #947

Closed
pjbull opened this issue May 16, 2017 · 1 comment
Closed

Support symlinks on Windows with Python < 3.2 #947

pjbull opened this issue May 16, 2017 · 1 comment

Comments

@pjbull
Copy link
Contributor

pjbull commented May 16, 2017

Cookiecutter currently raises NoSymlinksOnWindowsPythonBefore32 when it finds a symlink on Windows systems with Python < 3.2.

For context, see:

It's possible that we can use jaraco.windows to patch the os module on these systems, but that was failing to pass the tests with the skipif removed.

Here is where we currently patch to raise the error:

Here is where we test symlinks, and this test should pass with the skipif removed:

@insspb
Copy link
Member

insspb commented Jun 7, 2022

we are not supporting Py 3.2 anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants