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

Address bit rot in archiver code #764

Closed
danielballan opened this issue May 3, 2023 · 1 comment
Closed

Address bit rot in archiver code #764

danielballan opened this issue May 3, 2023 · 1 comment

Comments

@danielballan
Copy link
Member

Observed in CI:

databroker/eventsource/tests/test_archiver.py:10: in <module>
    import vcr as _vcr
/opt/hostedtoolcache/Python/3.7.16/x64/lib/python3.7/site-packages/vcr/__init__.py:2: in <module>
    from .config import VCR
/opt/hostedtoolcache/Python/3.7.16/x64/lib/python3.7/site-packages/vcr/config.py:11: in <module>
    from .cassette import Cassette
/opt/hostedtoolcache/Python/3.7.16/x64/lib/python3.7/site-packages/vcr/cassette.py:12: in <module>
    from .patch import CassettePatcherBuilder
/opt/hostedtoolcache/Python/3.7.16/x64/lib/python3.7/site-packages/vcr/patch.py:41: in <module>
    _VerifiedHTTPSConnection = cpool.VerifiedHTTPSConnection
E   AttributeError: module 'urllib3.connectionpool' has no attribute 'VerifiedHTTPSConnection'
@danielballan
Copy link
Member Author

Fixed upstream: kevin1024/vcrpy#688

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

No branches or pull requests

1 participant