Closed dependabot-preview[bot] closed 4 years ago
Merging #9 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #9 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 3 3
Lines 25 25
Branches 4 4
=====================================
Hits 25 25
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 a43d1e7...ffd9604. Read the comment docs.
Bumps pytest from 5.2.2 to 5.2.4.
Release notes
*Sourced from [pytest's releases](https://github.com/pytest-dev/pytest/releases).* > ## 5.2.4 > pytest 5.2.4 (2019-11-15) > ========================= > > Bug Fixes > --------- > > - [\#6194](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6194): Fix > incorrect discovery of non-test `__init__.py` files. > - [\#6197](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6197): Revert > "The first test in a package (`__init__.py`) marked with > `@pytest.mark.skip` is now correctly skipped.". > > ## 5.2.3 > pytest 5.2.3 (2019-11-14) > ========================= > > Bug Fixes > --------- > > - [\#5830](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5830): The > first test in a package (`__init__.py`) marked with > `@pytest.mark.skip` is now correctly skipped. > - [\#6099](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6099): Fix > `--trace` when used with parametrized functions. > - [\#6183](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6183): Using > `request` as a parameter name in `@pytest.mark.parametrize` now > produces a more user-friendly error.Changelog
*Sourced from [pytest's changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst).* > pytest 5.2.4 (2019-11-15) > ========================= > > Bug Fixes > --------- > > - [\#6194](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6194): Fix incorrect discovery of non-test `__init__.py` files. > - [\#6197](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6197): Revert "The first test in a package (`__init__.py`) marked with `@pytest.mark.skip` is now correctly skipped.". > > pytest 5.2.3 (2019-11-14) > ========================= > > Bug Fixes > --------- > > - [\#5830](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5830): The first test in a package (`__init__.py`) marked with `@pytest.mark.skip` is now correctly skipped. > - [\#6099](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6099): Fix `--trace` when used with parametrized functions. > - [\#6183](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6183): Using `request` as a parameter name in `@pytest.mark.parametrize` now produces a more user-friendly error.Commits
- [`c9a96cd`](https://github.com/pytest-dev/pytest/commit/c9a96cdee8ee7c1a9ead49b355fab9aef73196fe) Preparing release version 5.2.4 - [`19a15a9`](https://github.com/pytest-dev/pytest/commit/19a15a94eeb403631f847fab5fe5073bc56e8bcc) Merge pull request [#6197](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6197) from asottile/fix_init_py_discovery - [`4e0f992`](https://github.com/pytest-dev/pytest/commit/4e0f99260d438d750b55a0881110658b8bba5a4a) Add regression tests for __init__.py breakage - [`176c777`](https://github.com/pytest-dev/pytest/commit/176c7771fb4f3bd703bb6c9650cc32e31d548a2b) Revert "fix bug with nonskipped first test in package ([#5831](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5831))" - [`e856638`](https://github.com/pytest-dev/pytest/commit/e856638ba086fcf5bebf1bebea32d5cf78de87b4) Preparing release version 5.2.3 ([#6190](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6190)) - [`dd9a27c`](https://github.com/pytest-dev/pytest/commit/dd9a27cf543c39f91039ecd7aa6aa595b3e79330) Adjust CHANGELOG - [`d4e4ab5`](https://github.com/pytest-dev/pytest/commit/d4e4ab5b3d8bd8fd51430536808bfa3a0805689d) Update text in PR template ([#6188](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6188)) - [`e2a0987`](https://github.com/pytest-dev/pytest/commit/e2a0987156c7b95b27f454d3b8710fd36aa13758) Update advice about _called_from_test. ([#6168](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6168)) - [`bd68c2a`](https://github.com/pytest-dev/pytest/commit/bd68c2a3dca6e6aadd1f9a0e4810f53256d4f6a8) Update advice about _called_from_test. - [`5e8c47f`](https://github.com/pytest-dev/pytest/commit/5e8c47faad91ccf49897a290efd62bcac1971ff7) Preparing release version 5.2.3 - Additional commits viewable in [compare view](https://github.com/pytest-dev/pytest/compare/5.2.2...5.2.4)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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)