Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: update pytest-subprocess requirement from ~=1.4.0 to ~=1.4.1 #534

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2022

Updates the requirements on pytest-subprocess to permit the latest version.

Release notes

Sourced from pytest-subprocess's releases.

1.4.1

Other changes

  • #74: Add fp alias for the fixture, and register for the regisiter_subprocess method.
Changelog

Sourced from pytest-subprocess's changelog.

1.4.1 (2022-02-09)

Other changes

* `[#74](https://github.com/aklajnert/pytest-subprocess/issues/74) <https://github.com/aklajnert/pytest-subprocess/pull/74>`_: Add ``fp`` alias for the fixture, and ``register`` for the ``regisiter_subprocess``.

1.4.0 (2022-01-23)

Features

* `[#71](https://github.com/aklajnert/pytest-subprocess/issues/71) &lt;https://github.com/aklajnert/pytest-subprocess/pull/71&gt;`_: Add support for stdin with asyncio.

Bug fixes

  • [#68](https://github.com/aklajnert/pytest-subprocess/issues/68) &lt;https://github.com/aklajnert/pytest-subprocess/pull/68&gt;_: Make stdout and stderr an asyncio.StreamReader instance when using asyncio functions.
  • [#63](https://github.com/aklajnert/pytest-subprocess/issues/63) &lt;https://github.com/aklajnert/pytest-subprocess/pull/63&gt;, [#67](https://github.com/aklajnert/pytest-subprocess/issues/67) &lt;https://github.com/aklajnert/pytest-subprocess/pull/67&gt;: Add missing items to asyncio.subprocess.

Other changes

  • [#69](https://github.com/aklajnert/pytest-subprocess/issues/69) <https://github.com/aklajnert/pytest-subprocess/pull/69>_: Extracted code into separate files to improve navigation.

1.3.2 (2021-11-07)

Bug fixes

* `[#61](https://github.com/aklajnert/pytest-subprocess/issues/61) <https://github.com/aklajnert/pytest-subprocess/pull/61>`_: Fixed behavior of ``asyncio.create_subproess_exec()``.

1.3.1 (2021-11-01)

Bug fixes

  • [#58](https://github.com/aklajnert/pytest-subprocess/issues/58) <https://github.com/aklajnert/pytest-subprocess/pull/58>_: Correctly handle file stream output.

1.3.0 (2021-10-24)

Features

* `[#55](https://github.com/aklajnert/pytest-subprocess/issues/55) <https://github.com/aklajnert/pytest-subprocess/pull/55>`_: Add support for ``terminate()``, ``kill()``, ``send_signal()``.

1.2.0 (2021-10-09)

Features

  • [#49](https://github.com/aklajnert/pytest-subprocess/issues/49) <https://github.com/aklajnert/pytest-subprocess/pull/49>, [#52](https://github.com/aklajnert/pytest-subprocess/issues/52) <https://github.com/aklajnert/pytest-subprocess/pull/52>: Add support for asyncio.

... (truncated)

Commits

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)

Updates the requirements on [pytest-subprocess](https://github.com/aklajnert/pytest-subprocess) to permit the latest version.
- [Release notes](https://github.com/aklajnert/pytest-subprocess/releases)
- [Changelog](https://github.com/aklajnert/pytest-subprocess/blob/master/HISTORY.rst)
- [Commits](aklajnert/pytest-subprocess@1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: pytest-subprocess
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 10, 2022
@codecov-commenter
Copy link

codecov-commenter commented Feb 10, 2022

Codecov Report

Merging #534 (76714c3) into develop (77ab33b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #534   +/-   ##
========================================
  Coverage    94.40%   94.40%           
========================================
  Files           22       22           
  Lines         1125     1125           
========================================
  Hits          1062     1062           
  Misses          63       63           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 77ab33b...76714c3. Read the comment docs.

Copy link
Collaborator

@xopham xopham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 1e37d52 into develop Feb 11, 2022
@dependabot dependabot bot deleted the dependabot/pip/develop/pytest-subprocess-approx-eq-1.4.1 branch February 11, 2022 08:49
@phbelitz phbelitz mentioned this pull request Mar 2, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants