jgilchrist / pybib

Get BibTeX citations from your terminal
BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

Bump pytest from 4.6.4 to 4.6.5 #10

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pytest from 4.6.4 to 4.6.5.

Changelog *Sourced from [pytest's changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst).* > pytest 4.6.5 (2019-08-05) > ========================= > > Bug Fixes > --------- > > - [\#4344](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4344): Fix RuntimeError/StopIteration when trying to collect package with "\_\_init\_\_.py" only. > - [\#5478](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5478): Fix encode error when using unicode strings in exceptions with `pytest.raises`. > - [\#5524](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5524): Fix issue where `tmp_path` and `tmpdir` would not remove directories containing files marked as read-only, which could lead to pytest crashing when executed a second time with the `--basetemp` option. > - [\#5547](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5547): `--step-wise` now handles `xfail(strict=True)` markers properly. > - [\#5650](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5650): Improved output when parsing an ini configuration file fails.
Commits - [`7807c26`](https://github.com/pytest-dev/pytest/commit/7807c263bcbb98ba91b50cb2b0dcdf55c49f80e6) Preparing release version 4.6.5 - [`b71f873`](https://github.com/pytest-dev/pytest/commit/b71f8731893c4e4b4c7d3ca97e17738519318006) [4.6] Fix RuntimeError when trying to collect package with "__init__.py" only - [`a19ae2a`](https://github.com/pytest-dev/pytest/commit/a19ae2af22fec7ea30b942300ffd92241fc3c178) Merge pull request [#5691](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5691) from nicoddemus/backport-5627 - [`0274c08`](https://github.com/pytest-dev/pytest/commit/0274c08b8ac8cbd8dc98b3df6acee3ed5242dd91) Handle only known functions in rm_rf ([#5627](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5627)) - [`829941a`](https://github.com/pytest-dev/pytest/commit/829941a06151e88578f946ac5eadc23313c336d7) [4.6] Improve output when parsing an ini configuration fails (#… ([#5652](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5652)) - [`2e345fd`](https://github.com/pytest-dev/pytest/commit/2e345fd277ff2c1244bffeb8c51549df396d6bcd) Disable shallow cloning because of setuptools-scm - [`400393c`](https://github.com/pytest-dev/pytest/commit/400393cfe4f45b3a8c6b89bbbb4041797dd3bc61) Improve output when parsing an ini configuration fails ([#5650](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5650)) - [`459c5f4`](https://github.com/pytest-dev/pytest/commit/459c5f4e49520c95bfa3054e361a619c8769ed1d) Merge pull request [#5637](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5637) from asottile/backport-5636 - [`f06ae52`](https://github.com/pytest-dev/pytest/commit/f06ae5297b2ab59c8df4610ccdcb29797ee05100) Merge pull request [#5636](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5636) from asottile/fixup_sysmodules_test - [`30de669`](https://github.com/pytest-dev/pytest/commit/30de66944d1b8800873cfa4cbb24f97a10ffb687) [4.6] Fix rmtree to remove directories with read-only files ([#5](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5)… ([#5597](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5597)) - Additional commits viewable in [compare view](https://github.com/pytest-dev/pytest/compare/4.6.4...4.6.5)


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). To ignore the version in this PR you can just close it - `@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) - 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.