-
Notifications
You must be signed in to change notification settings - Fork 41
Conversation
@@ -6,7 +6,7 @@ toxworkdir = /tmp/.tox | |||
|
|||
[testenv] | |||
deps = pytest | |||
pytest-cookies | |||
git+https://github.com/hackebrot/pytest-cookies.git@refs/pull/61/head |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this 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.
Hmm, this PR may be even better of a fix? |
The other fix PR has been merged: |
I was released, so feel free to make such PR. I will review it. |
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