Skip to content

Upgrade vcrpy to 8.2.1 to fix aiohttp 3.14 compatibility#599

Merged
leszekhanusz merged 2 commits into
graphql-python:masterfrom
leszekhanusz:fix_aiohttp_3_14
Jun 30, 2026
Merged

Upgrade vcrpy to 8.2.1 to fix aiohttp 3.14 compatibility#599
leszekhanusz merged 2 commits into
graphql-python:masterfrom
leszekhanusz:fix_aiohttp_3_14

Conversation

@leszekhanusz

Copy link
Copy Markdown
Collaborator

Fixing the following errors in the tests:

ERROR tests/test_transport.py::test_hero_name_query - AttributeError: module 'aiohttp.streams' has no attribute 'AsyncStreamReaderMixin'
ERROR tests/test_transport.py::test_query_with_variable - AttributeError: module 'aiohttp.streams' has no attribute 'AsyncStreamReaderMixin'
ERROR tests/test_transport.py::test_named_query - AttributeError: module 'aiohttp.streams' has no attribute 'AsyncStreamReaderMixin'
ERROR tests/test_transport.py::test_header_query - AttributeError: module 'aiohttp.streams' has no attribute 'AsyncStreamReaderMixin'
ERROR tests/test_transport_batch.py::test_hero_name_query - AttributeError: module 'aiohttp.streams' has no attribute 'AsyncStreamReaderMixin'
ERROR tests/test_transport_batch.py::test_query_with_variable - AttributeError: module 'aiohttp.streams' has no attribute 'AsyncStreamReaderMixin'
ERROR tests/test_transport_batch.py::test_named_query - AttributeError: module 'aiohttp.streams' has no attribute 'AsyncStreamReaderMixin'
ERROR tests/test_transport_batch.py::test_header_query - AttributeError: module 'aiohttp.streams' has no attribute 'AsyncStreamReaderMixin'

Related vcrpy issue: kevin1024/vcrpy#995

@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (7fb869a) to head (26a4c78).
⚠️ Report is 62 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##            master      #599    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           38        40     +2     
  Lines         2908      3322   +414     
==========================================
+ Hits          2908      3322   +414     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@leszekhanusz leszekhanusz merged commit 5bea32f into graphql-python:master Jun 30, 2026
16 checks passed
@leszekhanusz leszekhanusz deleted the fix_aiohttp_3_14 branch June 30, 2026 09:11
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.

1 participant