pytest-dev / pytest-mimesis

Mimesis integration with the pytest test runner. This plugin provider useful fixtures based on providers from Mimesis.
https://pypi.org/project/pytest-mimesis/
MIT License
62 stars 4 forks source link

Bump pytest from 3.8.2 to 3.9.2 #22

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pytest from 3.8.2 to 3.9.2.

Changelog *Sourced from [pytest's changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst).* > pytest 3.9.2 (2018-10-22) > ========================= > > Bug Fixes > --------- > > - `#2909 `_: Improve error message when a recursive dependency between fixtures is detected. > > > - `#3340 `_: Fix logging messages not shown in hooks ``pytest_sessionstart()`` and ``pytest_sessionfinish()``. > > > - `#3533 `_: Fix unescaped XML raw objects in JUnit report for skipped tests > > > - `#3691 `_: Python 2: safely format warning message about passing unicode strings to ``warnings.warn``, which may cause > surprising ``MemoryError`` exception when monkey patching ``warnings.warn`` itself. > > > - `#4026 `_: Improve error message when it is not possible to determine a function's signature. > > > - `#4177 `_: Pin ``setuptools>=40.0`` to support ``py_modules`` in ``setup.cfg`` > > > - `#4179 `_: Restore the tmpdir behaviour of symlinking the current test run. > > > - `#4192 `_: Fix filename reported by ``warnings.warn`` when using ``recwarn`` under python2. > > > pytest 3.9.1 (2018-10-16) > ========================= > > Features > -------- > > - `#4159 `_: For test-suites containing test classes, the information about the subclassed > module is now output only if a higher verbosity level is specified (at least > "-vv"). > > > pytest 3.9.0 (2018-10-15 - not published due to a release automation bug) > ========================================================================= > > Deprecations > ------------ > > - `#3616 `_: The following accesses have been documented as deprecated for years, but are now actually emitting deprecation warnings. > > ... (truncated)
Commits - [`771e860`](https://github.com/pytest-dev/pytest/commit/771e860011c24f5582d31ebf0631d38bee60c770) Preparing release version 3.9.2 - [`c94b2b2`](https://github.com/pytest-dev/pytest/commit/c94b2b227e92caf68a3d0f658fd6bb6c61c577fc) Merge pull request [#4208](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4208) from nicoddemus/pytestskip-docs-4206 - [`cd72e23`](https://github.com/pytest-dev/pytest/commit/cd72e23f3f3d4e8fe9bd9d8af7fceb681985b9c7) Merge pull request [#4207](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4207) from nicoddemus/recursive-dep-fixtures - [`b9990f7`](https://github.com/pytest-dev/pytest/commit/b9990f77ff9c9142e8ebe8f96d38544e7bd09fd7) Merge pull request [#4204](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4204) from vbarbaresi/3340_log_hooks - [`6b12699`](https://github.com/pytest-dev/pytest/commit/6b126997e117bb7085a7b3999c1d18cc262de793) Remove pytest.config example from skipping at module level docs - [`02ae7d8`](https://github.com/pytest-dev/pytest/commit/02ae7d85318e9e2a02ab292e37123000d694308a) Improve error message when a recursive dependency between fixtures is detected - [`db106d6`](https://github.com/pytest-dev/pytest/commit/db106d60855fa7536eadbe1d0a38bb65abb6511f) Fix logging usage in hooks pytest_sessionstart/finish [#3340](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3340) - [`b0eed7b`](https://github.com/pytest-dev/pytest/commit/b0eed7b56c770a0269ac8692f54778e7f63f8eec) Merge pull request [#4205](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4205) from vbarbaresi/fix_typo - [`51d358a`](https://github.com/pytest-dev/pytest/commit/51d358a7a987980153c3e20a98c87ddf6a11dc6e) fix typo in tmpdir documentation - [`c54cdd0`](https://github.com/pytest-dev/pytest/commit/c54cdd05b874adba1b42d50fdbe10574f7037b1c) Merge pull request [#4201](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4201) from ykantor/patch-1 - Additional commits viewable in [compare view](https://github.com/pytest-dev/pytest/compare/3.8.2...3.9.2)


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 cancel merge` will cancel a previously requested merge - `@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 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #24.