mozilla / mozillians-tests

DEPRECATED - Mozillians Tests
http://www.mozillians.org
Other
51 stars 74 forks source link

Bump pytest from 4.4.1 to 4.6.5 #569

Closed dependabot-preview[bot] closed 2 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pytest from 4.4.1 to 4.6.5.

Release notes *Sourced from [pytest's releases](https://github.com/pytest-dev/pytest/releases).* > ## 4.6.5 > 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.
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. > > pytest 4.6.4 (2019-06-28) > ========================= > > Bug Fixes > --------- > > - [\#5404](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5404): Emit a warning when attempting to unwrap a broken object raises an exception, for easier debugging ([\#5080](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5080)). > - [\#5444](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5444): Fix `--stepwise` mode when the first file passed on the command-line fails to collect. > - [\#5482](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5482): Fix bug introduced in 4.6.0 causing collection errors when passing more than 2 positional arguments to `pytest.mark.parametrize`. > - [\#5505](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5505): Fix crash when discovery fails while using `-p no:terminal`. > > pytest 4.6.3 (2019-06-11) > ========================= > > Bug Fixes > --------- > > - [\#5383](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5383): `-q` has again an impact on the style of the collected items (`--collect-only`) when `--log-cli-level` is used. > - [\#5389](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5389): Fix regressions of [\#5063](https://github-redirect.dependabot.com/pytest-dev/pytest/pull/5063) for `importlib_metadata.PathDistribution` which have their `files` attribute being `None`. > - [\#5390](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5390): Fix regression where the `obj` attribute of `TestCase` items was no longer bound to methods. > > 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. > > pytest 4.6.1 (2019-06-02) > ========================= > > Bug Fixes > --------- > > - [\#5354](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5354): Fix `pytest.mark.parametrize` when the argvalues is an iterator. > ... (truncated)
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.4.1...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 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) - 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.