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

Fix windows tests #143

Merged
merged 6 commits into from Jan 15, 2023
Merged

Fix windows tests #143

merged 6 commits into from Jan 15, 2023

Conversation

psobolewskiPhD
Copy link
Member

Windows tests are failing due to cookiecutter issue:
cookiecutter/cookiecutter#1688
This is solved with a PR to pytest-cookie but it's not merged (despite months of time...):
hackebrot/pytest-cookies#61

So this PR uses that PR branch for pytest-cookies to eliminate the fails.
If the PR is every merged, can go back to just pytest-cookies

@@ -6,7 +6,7 @@ toxworkdir = /tmp/.tox

[testenv]
deps = pytest
pytest-cookies
git+https://github.com/hackebrot/pytest-cookies.git@refs/pull/61/head
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did we want to switch to this branch globally or only for windows?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm. Good question. I'm not sure. Maybe all tests, because it reflects the situation once--eventually--the upstream PR is merged? But I can see it either way.

Copy link
Collaborator

@nclack nclack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! looks good to me.

@psobolewskiPhD
Copy link
Member Author

psobolewskiPhD commented Nov 30, 2022

Hmm, this PR may be even better of a fix?
hackebrot/pytest-cookies#63
Doesn't change the fact that the repo seems dead 😢

@Czaki Czaki merged commit b8454c2 into napari:main Jan 15, 2023
@psobolewskiPhD psobolewskiPhD deleted the fix_windows_tests branch January 15, 2023 17:40
@psobolewskiPhD
Copy link
Member Author

The other fix PR has been merged:
hackebrot/pytest-cookies#63
So it may be possible to revert this PR, assuming a release is made.

@Czaki
Copy link
Contributor

Czaki commented Mar 22, 2023

I was released, so feel free to make such PR. I will review it.

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

Successfully merging this pull request may close these issues.

None yet

3 participants