Changelog
*Sourced from [pytest's changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst).*
> Pytest 3.6.2 (2018-06-20)
> =========================
>
> Bug Fixes
> ---------
>
> - Fix regression in ``Node.add_marker`` by extracting the mark object of a
> ``MarkDecorator``. (`#3555
> `_)
>
> - Warnings without ``location`` were reported as ``None``. This is corrected to
> now report ````. (`#3563
> `_)
>
> - Continue to call finalizers in the stack when a finalizer in a former scope
> raises an exception. (`#3569
> `_)
>
> - Fix encoding error with `print` statements in doctests (`#3583
> `_)
>
>
> Improved Documentation
> ----------------------
>
> - Add documentation for the ``--strict`` flag. (`#3549
> `_)
>
>
> Trivial/Internal Changes
> ------------------------
>
> - Update old quotation style to parens in fixture.rst documentation. (`#3525
> `_)
>
> - Improve display of hint about ``--fulltrace`` with ``KeyboardInterrupt``.
> (`#3545 `_)
>
> - pytest's testsuite is no longer runnable through ``python setup.py test`` --
> instead invoke ``pytest`` or ``tox`` directly. (`#3552
> `_)
>
> - Fix typo in documentation (`#3567
> `_)
>
>
> Pytest 3.6.1 (2018-06-05)
> =========================
>
> Bug Fixes
> ... (truncated)
Commits
- [`46aa18d`](https://github.com/pytest-dev/pytest/commit/46aa18dfa7c46e70ae5c204667f3590181abe25f) Lint regendoc changes
- [`617a5fc`](https://github.com/pytest-dev/pytest/commit/617a5fcf98d56d19779eace036555f17a8d08422) Preparing release version 3.6.2
- [`19ba243`](https://github.com/pytest-dev/pytest/commit/19ba243cae2a40fd9507fbabeaaffe28fc158708) Merge pull request [#3600](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3600) from RonnyPfannschmidt/pyproject-compliance
- [`af5d41f`](https://github.com/pytest-dev/pytest/commit/af5d41fdfd70c99134165438dad44cf53d6076dd) add build-system section to pyproject.toml
- [`85be8bd`](https://github.com/pytest-dev/pytest/commit/85be8bdf4960a6a9e0391d34d2af5b600c31e370) Merge pull request [#3599](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3599) from pytest-dev/asottile-patch-1
- [`8e9f1d2`](https://github.com/pytest-dev/pytest/commit/8e9f1d24172d3b9c64f00d4448a95c38e39ddeb3) Use --show-diff-on-failure for pre-commit CI invocation
- [`2925f30`](https://github.com/pytest-dev/pytest/commit/2925f3057f57d4600e3f309a429a370df26f2565) Merge pull request [#3584](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3584) from jwodder/fix-3583
- [`a93ad1f`](https://github.com/pytest-dev/pytest/commit/a93ad1fb7775ba90cb4524e4ea3729fc5b11c868) Merge pull request [#3590](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3590) from alexbarbato/3525_typo_fixture_docs
- [`561db95`](https://github.com/pytest-dev/pytest/commit/561db95521a945fb2f80fb6767f70d6fb73279d6) Add changelog file.
- [`9408291`](https://github.com/pytest-dev/pytest/commit/9408291c50c2576d62ebd517e51c2275ea18f63f) Fixing parens typo in fixture.rst
- Additional commits viewable in [compare view](https://github.com/pytest-dev/pytest/compare/3.5.1...3.6.2)
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 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
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.
Bumps pytest from 3.5.1 to 3.6.2.
Changelog
*Sourced from [pytest's changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst).* > Pytest 3.6.2 (2018-06-20) > ========================= > > Bug Fixes > --------- > > - Fix regression in ``Node.add_marker`` by extracting the mark object of a > ``MarkDecorator``. (`#3555 >Commits
- [`46aa18d`](https://github.com/pytest-dev/pytest/commit/46aa18dfa7c46e70ae5c204667f3590181abe25f) Lint regendoc changes - [`617a5fc`](https://github.com/pytest-dev/pytest/commit/617a5fcf98d56d19779eace036555f17a8d08422) Preparing release version 3.6.2 - [`19ba243`](https://github.com/pytest-dev/pytest/commit/19ba243cae2a40fd9507fbabeaaffe28fc158708) Merge pull request [#3600](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3600) from RonnyPfannschmidt/pyproject-compliance - [`af5d41f`](https://github.com/pytest-dev/pytest/commit/af5d41fdfd70c99134165438dad44cf53d6076dd) add build-system section to pyproject.toml - [`85be8bd`](https://github.com/pytest-dev/pytest/commit/85be8bdf4960a6a9e0391d34d2af5b600c31e370) Merge pull request [#3599](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3599) from pytest-dev/asottile-patch-1 - [`8e9f1d2`](https://github.com/pytest-dev/pytest/commit/8e9f1d24172d3b9c64f00d4448a95c38e39ddeb3) Use --show-diff-on-failure for pre-commit CI invocation - [`2925f30`](https://github.com/pytest-dev/pytest/commit/2925f3057f57d4600e3f309a429a370df26f2565) Merge pull request [#3584](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3584) from jwodder/fix-3583 - [`a93ad1f`](https://github.com/pytest-dev/pytest/commit/a93ad1fb7775ba90cb4524e4ea3729fc5b11c868) Merge pull request [#3590](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3590) from alexbarbato/3525_typo_fixture_docs - [`561db95`](https://github.com/pytest-dev/pytest/commit/561db95521a945fb2f80fb6767f70d6fb73279d6) Add changelog file. - [`9408291`](https://github.com/pytest-dev/pytest/commit/9408291c50c2576d62ebd517e51c2275ea18f63f) Fixing parens typo in fixture.rst - Additional commits viewable in [compare view](https://github.com/pytest-dev/pytest/compare/3.5.1...3.6.2)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 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 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.