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.2.0 to ~=1.3.1 #400

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2021

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

Release notes

Sourced from pytest-subprocess's releases.

1.3.1

Bug fixes

  • #58: Correctly handle file stream output.
Changelog

Sourced from pytest-subprocess's changelog.

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) &lt;https://github.com/aklajnert/pytest-subprocess/pull/55&gt;`_: Add support for ``terminate()``, ``kill()``, ``send_signal()``.

1.2.0 (2021-10-09)

Features

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

Other changes

  • [#50](https://github.com/aklajnert/pytest-subprocess/issues/50) <https://github.com/aklajnert/pytest-subprocess/pull/50>_: Change docs theme.

1.1.2 (2021-07-17)

Bug fixes

* `[#47](https://github.com/aklajnert/pytest-subprocess/issues/47) <https://github.com/aklajnert/pytest-subprocess/pull/47>`_: Prevent `allow_unregistered()` and `keep_last_process()` from affecting other tests.

1.1.1 (2021-06-18)

Bug fixes

  • [#43](https://github.com/aklajnert/pytest-subprocess/issues/43) <https://github.com/aklajnert/pytest-subprocess/pull/43>_: Wait for callback thread to finish when calling communicate().

Other changes

* `[#42](https://github.com/aklajnert/pytest-subprocess/issues/42) <https://github.com/aklajnert/pytest-subprocess/pull/42>`_: Fix type annotations for `register_subprocess()`.

1.1.0 (2021-04-18)

Bug fixes

* `[#37](https://github.com/aklajnert/pytest-subprocess/issues/37) &lt;https://github.com/aklajnert/pytest-subprocess/pull/37&gt;`_: Preserve original command in `proc.args` to prevent leaking the internal `Command` type.

&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/c176ce2045946437182aff8495c62c1315173b97&quot;&gt;&lt;code&gt;c176ce2&lt;/code&gt;&lt;/a> Release version 1.3.1 (<a href="https://github-redirect.dependabot.com/aklajnert/pytest-subprocess/issues/59&quot;&gt;#59&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/31a31362b6fd7033c56b82c63bd7bd673fb33be3&quot;&gt;&lt;code&gt;31a3136&lt;/code&gt;&lt;/a> Support file outputs (<a href="https://github-redirect.dependabot.com/aklajnert/pytest-subprocess/issues/58&quot;&gt;#58&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/aafe972e2a87239788487ea18c8847e7c15fa245&quot;&gt;&lt;code&gt;aafe972&lt;/code&gt;&lt;/a> Release version 1.3.0 (<a href="https://github-redirect.dependabot.com/aklajnert/pytest-subprocess/issues/56&quot;&gt;#56&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/aklajnert/pytest-subprocess/commit/bf52dde6d0d109befe01f8244d9e3ca0c1e022c2&quot;&gt;&lt;code&gt;bf52dde&lt;/code&gt;&lt;/a> Add support for terminate, kill, send_signal (<a href="https://github-redirect.dependabot.com/aklajnert/pytest-subprocess/issues/55&quot;&gt;#55&lt;/a&gt;)&lt;/li>
<li>See full diff in <a href="https://github.com/aklajnert/pytest-subprocess/compare/1.2.0...1.3.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 will merge this PR once CI passes on it, as requested by @annekebr.


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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 2, 2021
@codecov-commenter
Copy link

codecov-commenter commented Nov 2, 2021

Codecov Report

Merging #400 (0e1ec21) into develop (ac212a3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #400   +/-   ##
========================================
  Coverage    96.71%   96.71%           
========================================
  Files           21       21           
  Lines         1065     1065           
========================================
  Hits          1030     1030           
  Misses          35       35           

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 ac212a3...0e1ec21. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/pip/develop/pytest-subprocess-approx-eq-1.3.1 branch from c73c5cf to 0e1ec21 Compare November 5, 2021 10:17
annekebr
annekebr previously approved these changes Nov 5, 2021
Copy link
Collaborator

@annekebr annekebr 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

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.2.0...1.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/pytest-subprocess-approx-eq-1.3.1 branch from 0e1ec21 to c4ab411 Compare November 5, 2021 10:41
Copy link
Collaborator

@annekebr annekebr 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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 5, 2021

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@annekebr annekebr merged commit df30e54 into develop Nov 5, 2021
@dependabot dependabot bot deleted the dependabot/pip/develop/pytest-subprocess-approx-eq-1.3.1 branch November 5, 2021 10:58
@phbelitz phbelitz mentioned this pull request Nov 23, 2021
3 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