Update dependency pytest to v5.4.3 - autoclosed #9

Closed
renovate-bot wants to merge 1 commit from renovate/pytest-5.x into master
Collaborator

This PR contains the following updates:

Package Update Change
pytest (source, changelog) patch ==5.4.1 -> ==5.4.3

Release Notes

pytest-dev/pytest (pytest)

v5.4.3

Compare Source

pytest 5.4.3 (2020-06-02)

Bug Fixes

  • #​6428: Paths appearing in error messages are now correct in case the current working directory has
    changed since the start of the session.
  • #​6755: Support deleting paths longer than 260 characters on windows created inside tmpdir.
  • #​6956: Prevent pytest from printing ConftestImportFailure traceback to stdout.
  • #​7150: Prevent hiding the underlying exception when ConfTestImportFailure is raised.
  • #​7215: Fix regression where running with --pdb would call the tearDown methods of unittest.TestCase
    subclasses for skipped tests.

v5.4.2

Compare Source

pytest 5.4.2 (2020-05-08)

Bug Fixes

  • #​6871: Fix crash with captured output when using the capsysbinary fixture <capsysbinary>.
  • #​6924: Ensure a unittest.IsolatedAsyncioTestCase is actually awaited.
  • #​6925: Fix TerminalRepr instances to be hashable again.
  • #​6947: Fix regression where functions registered with TestCase.addCleanup were not being called on test failures.
  • #​6951: Allow users to still set the deprecated TerminalReporter.writer attribute.
  • #​6992: Revert "tmpdir: clean up indirection via config for factories" #​6767 as it breaks pytest-xdist.
  • #​7110: Fixed regression: asyncbase.TestCase tests are executed correctly again.
  • #​7143: Fix File.from_constructor so it forwards extra keyword arguments to the constructor.
  • #​7145: Classes with broken __getattribute__ methods are displayed correctly during failures.
  • #​7180: Fix _is_setup_py for files encoded differently than locale.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pytest](https://docs.pytest.org/en/latest/) ([source](https://github.com/pytest-dev/pytest), [changelog](https://docs.pytest.org/en/stable/changelog.html)) | patch | `==5.4.1` -> `==5.4.3` | --- ### Release Notes <details> <summary>pytest-dev/pytest (pytest)</summary> ### [`v5.4.3`](https://github.com/pytest-dev/pytest/releases/tag/5.4.3) [Compare Source](https://github.com/pytest-dev/pytest/compare/5.4.2...5.4.3) # pytest 5.4.3 (2020-06-02) ## Bug Fixes - [#&#8203;6428](https://github.com/pytest-dev/pytest/issues/6428): Paths appearing in error messages are now correct in case the current working directory has changed since the start of the session. - [#&#8203;6755](https://github.com/pytest-dev/pytest/issues/6755): Support deleting paths longer than 260 characters on windows created inside tmpdir. - [#&#8203;6956](https://github.com/pytest-dev/pytest/issues/6956): Prevent pytest from printing ConftestImportFailure traceback to stdout. - [#&#8203;7150](https://github.com/pytest-dev/pytest/issues/7150): Prevent hiding the underlying exception when `ConfTestImportFailure` is raised. - [#&#8203;7215](https://github.com/pytest-dev/pytest/issues/7215): Fix regression where running with `--pdb` would call the `tearDown` methods of `unittest.TestCase` subclasses for skipped tests. ### [`v5.4.2`](https://github.com/pytest-dev/pytest/releases/tag/5.4.2) [Compare Source](https://github.com/pytest-dev/pytest/compare/5.4.1...5.4.2) # pytest 5.4.2 (2020-05-08) ## Bug Fixes - [#&#8203;6871](https://github.com/pytest-dev/pytest/issues/6871): Fix crash with captured output when using the capsysbinary fixture \<capsysbinary>. - [#&#8203;6924](https://github.com/pytest-dev/pytest/issues/6924): Ensure a `unittest.IsolatedAsyncioTestCase` is actually awaited. - [#&#8203;6925](https://github.com/pytest-dev/pytest/issues/6925): Fix TerminalRepr instances to be hashable again. - [#&#8203;6947](https://github.com/pytest-dev/pytest/issues/6947): Fix regression where functions registered with `TestCase.addCleanup` were not being called on test failures. - [#&#8203;6951](https://github.com/pytest-dev/pytest/issues/6951): Allow users to still set the deprecated `TerminalReporter.writer` attribute. - [#&#8203;6992](https://github.com/pytest-dev/pytest/issues/6992): Revert "tmpdir: clean up indirection via config for factories" [#&#8203;6767](https://github.com/pytest-dev/pytest/issues/6767) as it breaks pytest-xdist. - [#&#8203;7110](https://github.com/pytest-dev/pytest/issues/7110): Fixed regression: `asyncbase.TestCase` tests are executed correctly again. - [#&#8203;7143](https://github.com/pytest-dev/pytest/issues/7143): Fix `File.from_constructor` so it forwards extra keyword arguments to the constructor. - [#&#8203;7145](https://github.com/pytest-dev/pytest/issues/7145): Classes with broken `__getattribute__` methods are displayed correctly during failures. - [#&#8203;7180](https://github.com/pytest-dev/pytest/issues/7180): Fix `_is_setup_py` for files encoded differently than locale. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC43IiwidXBkYXRlZEluVmVyIjoiMzYuNzguNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate-bot added 1 commit 2023-09-01 21:17:28 +02:00
renovate-bot changed title from Update dependency pytest to v5.4.3 to Update dependency pytest to v5.4.3 - autoclosed 2023-09-22 18:19:01 +02:00
renovate-bot closed this pull request 2023-09-22 18:19:01 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Netz39_Vorstand/entities_service#9
No description provided.