Parsely / pykafka

Apache Kafka client for Python; high-level & low-level consumer/producer, with great performance.
http://pykafka.readthedocs.org/
Apache License 2.0
1.12k stars 232 forks source link

Bump pytest from 4.6.1 to 4.6.2 #951

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pytest from 4.6.1 to 4.6.2.

Changelog *Sourced from [pytest's changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst).* > pytest 4.6.2 (2019-06-03) > ========================= > > Bug Fixes > --------- > > - [\#5370](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5370): Revert unrolling of `all()` to fix `NameError` on nested comprehensions. > - [\#5371](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5371): Revert unrolling of `all()` to fix incorrect handling of generators with `if`. > - [\#5372](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5372): Revert unrolling of `all()` to fix incorrect assertion when using `all()` in an expression.
Commits - [`70f0b77`](https://github.com/pytest-dev/pytest/commit/70f0b77c729d689d79498bcb525a8ec6d5464dd0) Preparing release version 4.6.2 - [`2a8b463`](https://github.com/pytest-dev/pytest/commit/2a8b463b389bf6cfad87f932532e8e6c3eeff093) Merge pull request [#5376](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5376) from asottile/backport_5373 - [`12bf458`](https://github.com/pytest-dev/pytest/commit/12bf458719cf29734f200094819fbedd8acc3464) Merge pull request [#5373](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5373) from asottile/revert_all_handling - [`114dba5`](https://github.com/pytest-dev/pytest/commit/114dba56f843466cbf7d876cb7edc8e372990b9d) Merge pull request [#5362](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5362) from asottile/release-4.6.1 - See full diff in [compare view](https://github.com/pytest-dev/pytest/compare/4.6.1...4.6.2)


Dependabot compatibility score

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.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov-io commented 5 years ago

Codecov Report

Merging #951 into master will increase coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #951      +/-   ##
==========================================
+ Coverage   83.39%   83.47%   +0.07%     
==========================================
  Files          36       36              
  Lines        3807     3807              
  Branches      562      562              
==========================================
+ Hits         3175     3178       +3     
+ Misses        484      482       -2     
+ Partials      148      147       -1
Impacted Files Coverage Δ
pykafka/managedbalancedconsumer.py 80.79% <0%> (-3.98%) :arrow_down:
pykafka/broker.py 93.06% <0%> (-1.74%) :arrow_down:
pykafka/protocol/group_membership.py 97.82% <0%> (-1.09%) :arrow_down:
pykafka/cluster.py 72.26% <0%> (-0.37%) :arrow_down:
pykafka/connection.py 85.14% <0%> (+0.99%) :arrow_up:
pykafka/simpleconsumer.py 86.16% <0%> (+1.11%) :arrow_up:
pykafka/balancedconsumer.py 90.64% <0%> (+1.16%) :arrow_up:
pykafka/topic.py 81.44% <0%> (+5.15%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 90ee235...e8971b3. Read the comment docs.