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.5 to 4.6.6 #13

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pytest from 4.6.5 to 4.6.6.

Release notes *Sourced from [pytest's releases](https://github.com/pytest-dev/pytest/releases).* > ## 4.6.6 > pytest 4.6.6 (2019-10-11) > ========================= > > Bug Fixes > --------- > > - [\#5523](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5523): Fixed > using multiple short options together in the command-line (for > example `-vs`) in Python 3.8+. > - [\#5537](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5537): Replace > `importlib_metadata` backport with `importlib.metadata` from the > standard library on Python 3.8+. > - [\#5806](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5806): Fix > "lexer" being used when uploading to bpaste.net from `--pastebin` > to "text". > - [\#5902](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5902): Fix > warnings about deprecated `cmp` attribute in `attrs>=19.2`. > > Trivial/Internal Changes > ------------------------ > > - [\#5801](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5801): Fixes > python version checks (detected by `flake8-2020`) in case python4 > becomes a thing.
Changelog *Sourced from [pytest's changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst).* > pytest 4.6.6 (2019-10-11) > ========================= > > Bug Fixes > --------- > > - [\#5523](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5523): Fixed using multiple short options together in the command-line (for example `-vs`) in Python 3.8+. > - [\#5537](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5537): Replace `importlib_metadata` backport with `importlib.metadata` from the standard library on Python 3.8+. > - [\#5806](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5806): Fix "lexer" being used when uploading to bpaste.net from `--pastebin` to "text". > - [\#5902](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5902): Fix warnings about deprecated `cmp` attribute in `attrs>=19.2`. > > Trivial/Internal Changes > ------------------------ > > - [\#5801](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5801): Fixes python version checks (detected by `flake8-2020`) in case python4 becomes a thing. > > pytest 5.2.0 (2019-09-28) > ========================= > > Deprecations > ------------ > > - [\#1682](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/1682): Passing arguments to pytest.fixture() as positional arguments is deprecated - pass them as a keyword argument instead. > > Features > -------- > > - [\#1682](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/1682): The `scope` parameter of `@pytest.fixture` can now be a callable that receives the fixture name and the `config` object as keyword-only parameters. See [the docs](https://docs.pytest.org/en/latest/fixture.html#dynamic-scope) for more information. > - [\#5764](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5764): New behavior of the `--pastebin` option: failures to connect to the pastebin server are reported, without failing the pytest run > > Bug Fixes > --------- > > - [\#5806](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5806): Fix "lexer" being used when uploading to bpaste.net from `--pastebin` to "text". > - [\#5884](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5884): Fix `--setup-only` and `--setup-show` for custom pytest items. > > Trivial/Internal Changes > ------------------------ > > - [\#5056](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5056): The HelpFormatter uses `py.io.get_terminal_width` for better width detection. > > pytest 5.1.3 (2019-09-18) > ========================= > > Bug Fixes > --------- > > - [\#5807](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5807): Fix pypy3.6 (nightly) on windows. > - [\#5811](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5811): Handle `--fulltrace` correctly with `pytest.raises`. > - [\#5819](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5819): Windows: Fix regression with conftest whose qualified name contains uppercase characters (introduced by [#5792](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5792)). > ... (truncated)
Commits - [`5b499ba`](https://github.com/pytest-dev/pytest/commit/5b499bafb24ee0347b1dc25f3f670602818e18a7) Preparing release version 4.6.6 - [`62c0d82`](https://github.com/pytest-dev/pytest/commit/62c0d82d6473d2263e57e76612976f1d7cc82e11) Use 'python3' instead of 'python3.6' on tox - [`d526053`](https://github.com/pytest-dev/pytest/commit/d526053af33313fd2c7689a2c03da8237c13f27a) Add changelog entry for [#5902](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5902) - [`2c7614a`](https://github.com/pytest-dev/pytest/commit/2c7614a0e1fb90bcad505a45c855587c8e8c4974) [4.6] Replace importlib_metadata with importlib.metadata on Pyt… ([#5945](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5945)) - [`b9a8465`](https://github.com/pytest-dev/pytest/commit/b9a8465ce465039f1913becb6455f3bc34213a12) Replace importlib_metadata with importlib.metadata on Python 3.8+ ([#5539](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5539)) - [`1cc974c`](https://github.com/pytest-dev/pytest/commit/1cc974c95d526f3dd4b501919c7635e1013b862d) [4.6] Fix warnings with attrs 19.2 and fix object assertions (#… ([#5944](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5944)) - [`c03e46f`](https://github.com/pytest-dev/pytest/commit/c03e46f1ad99e8b01a71c6ad43acfc6240670051) Fix warnings with attrs 19.2 and fix object assertions ([#5902](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5902)) - [`f2d87dc`](https://github.com/pytest-dev/pytest/commit/f2d87dcf6ce735796f06e70a66cc72a5e7a7a8ae) Merge pull request [#5809](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5809) from goerz/pastebin - [`9144415`](https://github.com/pytest-dev/pytest/commit/914441557cf38465383aa4891c9a9a984a2df9db) Fix "lexer" being used when uploading to bpaste.net - [`8aba863`](https://github.com/pytest-dev/pytest/commit/8aba863a634f40560e25055d179220f0eefabe9a) Merge pull request [#5801](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5801) from asottile/flake8_2020 - Additional commits viewable in [compare view](https://github.com/pytest-dev/pytest/compare/4.6.5...4.6.6)


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 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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)