Bump pytest from 4.5.0 to 4.6.1#1078
Conversation
Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.5.0 to 4.6.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest@4.5.0...4.6.1)
|
What the heck My first thought is actually that pytest's assertion rewriting code picked up a new bug... |
|
I can't reproduce it locally either? |
|
@blueyed on freenode #pylib pointed me to pytest-dev/pytest#5370. The error is different, but if there are known to be bugs in pytest's current handling of nested comprehensions then that does make it seem more likely... |
|
aaaaand now it's failing consistently for me locally, even when I revert back to pytest 4.5.0 what the HECK |
|
More likely a pytest issue. |
I ran it 3 times in a row with pytest 4.5.0 and it failed all 3 times. Then I deleted Then I switched back to pytest 4.6.1, and... now I can't get it to fail locally, again. I tried deleting all Also, based on the debug output I added to the CI, to print the values before we do the |
|
Ah-hah! When I was attempting to reproduce it this time, I accidentally upgraded to 4.6.2, which includes a fix for If I go back to 4.6.1 and delete So it sounds like we were just bitten by the same bug as everyone else, and the solution is to skip 4.6.1. |
|
@dependabot ignore this patch version |
|
OK, I won't notify you about version 4.6.1 again, unless you re-open this PR or update to a 4.6.1 release yourself. |
Bumps pytest from 4.5.0 to 4.6.1.
Changelog
Sourced from pytest's changelog.
Commits
abb853fPreparing release version 4.6.18208a37Merge pull request #5361 from asottile/backport_5360f078984Fix all() unroll for non-generators/non-list comprehensions (#5360)dba62f8[4.6] Fixpytest.mark.parametrizewhen the argvalue is an iterator (#5357)f7bf914Fixpytest.mark.parametrizewhen the argvalue is an iterator917195eMerge pull request #5350 from asottile/release-4.6.0e7cd00aPreparing release version 4.6.0693c3b7Merge pull request #5349 from asottile/mmfb3ae5eMerge remote-tracking branch 'origin/master' into mmc8d23c2logging: Improve formatting of multiline message (#5312)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.