Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

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

Release notes

Sourced from pytest-recording's releases.

v0.12.0

🐛 Bug fixes

  • 484bb88 Honor record_mode set via the vcr_config fixture or the vcr mark when block_network is applied

🔧 Chores and Improvements

  • 8f2049a Release 0.12.0
  • 071ede2 Validate input arguments for vcr and block_network pytest marks
  • 92a922b Update pre-commit & fix a typo in the isort config

📦 Other

  • e0ae83d Mention the default recording mode in the README file
Changelog

Sourced from pytest-recording's changelog.

0.12.0_ - 2021-07-08

Fixed


- Honor ``record_mode`` set via the ``vcr_config`` fixture or the ``vcr`` mark when ``block_network`` is applied. `[#68](https://github.com/kiwicom/pytest-recording/issues/68)`_

Changed

  • Validate input arguments for the block_network pytest mark. [#69](https://github.com/kiwicom/pytest-recording/issues/69)_

0.11.0_ - 2020-11-25

Added


- ``--disable-recording`` CLI option to completely disable the VCR.py integration. `[#64](https://github.com/kiwicom/pytest-recording/issues/64)`_

0.10.0_ - 2020-10-06

Added

  • The pytest.mark.default_cassette marker that overrides the default cassette name.

0.9.0_ - 2020-08-13

Added


- Type annotations to the plugin's internals.

Fixed

  • TypeError when using network blocking with address as bytes or bytearray. [#55](https://github.com/kiwicom/pytest-recording/issues/55)_

Removed


- Python 2 support. `[#53](https://github.com/kiwicom/pytest-recording/issues/53)`_

0.8.1_ - 2020-06-13

</tr></table>

... (truncated)

Commits
  • 8f2049a chore: Release 0.12.0
  • 484bb88 fix: Honor record_mode set via the vcr_config fixture or the vcr mark w...
  • 071ede2 chore: Validate input arguments for vcr and block_network pytest marks
  • e0ae83d docs: Mention the default recording mode in the README file
  • 92a922b chore: Update pre-commit & fix a typo in the isort config
  • See full diff in compare view

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-recording](https://github.com/kiwicom/pytest-recording) to permit the latest version.
- [Release notes](https://github.com/kiwicom/pytest-recording/releases)
- [Changelog](https://github.com/kiwicom/pytest-recording/blob/master/docs/changelog.rst)
- [Commits](kiwicom/pytest-recording@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: pytest-recording
  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 labels Jun 1, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jun 1, 2022

Codecov Report

Merging #198 (9c2fbcf) into main (a8142e0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #198   +/-   ##
=======================================
  Coverage   83.93%   83.93%           
=======================================
  Files           9        9           
  Lines         660      660           
=======================================
  Hits          554      554           
  Misses        106      106           

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 a8142e0...9c2fbcf. Read the comment docs.

@philvarner philvarner merged commit 06640bf into main Jun 1, 2022
@dependabot dependabot bot deleted the dependabot/pip/pytest-recording-approx-eq-0.12.0 branch June 1, 2022 13:51
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants