You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: type object 'VCRHTTPConnection/...' has no attribute 'debuglevel'. Did you mean: 'set_debuglevel'?
The text was updated successfully, but these errors were encountered:
thomas-maschler
changed the title
'VCRHTTPConnection/...' has no attribute 'debuglevel'. Did you mean: 'set_debuglevel' after updating to Python 3.12
'VCRHTTPConnection/...' has no attribute 'debuglevel'. Did you mean: 'set_debuglevel'
Feb 20, 2024
After updating to Python 3.12 some of my tests throw an error.
It seems that when using
urlopen
the connection is not correctly patched.Below a code snippet which allows to replicate the error
The text was updated successfully, but these errors were encountered: