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

Support VCR.py >=5 (fixes #111) #118

Merged
merged 4 commits into from
Jul 26, 2023

Conversation

hartwork
Copy link
Contributor

Description

Partial pull request for support for VCR.py >=5 as offered at #111 (comment) . I lack the bandwidth to re-write the two tests marked as "todo" at the moment, but I should find time for smaller adjustments/additions that come up during review. Thanks for your understanding.

Checklist

  • Created tests which fail without the change (if possible)
  • All tests passing
  • Added a changelog entry
  • Extended the README / documentation, if necessary

Fixes #111

CC @Stranger6667

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (c03c184) 100.00% compared to head (06cc9db) 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #118   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          283       287    +4     
  Branches        54        54           
=========================================
+ Hits           283       287    +4     
Files Changed Coverage Δ
src/pytest_recording/_vcr.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Stranger6667 Stranger6667 merged commit 128d134 into kiwicom:master Jul 26, 2023
11 checks passed
@Stranger6667
Copy link
Collaborator

Awesome! Thanks!

@hartwork hartwork mentioned this pull request Jul 26, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No cassettes found on vcrpy==5.0.0 release. Works with 4.*
3 participants