Source: vcr.py
Version: 5.1.0-1
Severity: serious
User: debian-pyt...@lists.debian.org
Usertags: python3.12

Hi Maintainer

vcr.py's autopkgtests fail with Python 3.12 [1].  I've copied what I
hope is the relevant part of the log below.

Regards
Graham


[1] https://ci.debian.net/packages/v/vcr.py/testing/amd64/


100s ==================================== ERRORS
====================================
100s _ ERROR at setup of
test_matchers[uri-http://httpbin.org/get?p1=q1&p2=q2-http://httpbin.org/get?p2=q2&p1=q1]
_
100s
100s tmpdir = 
local('/tmp/pytest-of-debci/pytest-0/test_matchers_uri_http___httpb0')
100s httpbin = <pytest_httpbin.serve.Server object at 0x7fee45810ef0>
100s httpbin_secure = <pytest_httpbin.serve.SecureServer object at
0x7fee4582acc0>
100s
100s @pytest.fixture
100s def cassette(tmpdir, httpbin, httpbin_secure):
100s """
100s Helper fixture used to prepare the cassette
100s returns path to the recorded cassette
100s """
100s default_uri = _replace_httpbin(DEFAULT_URI, httpbin, httpbin_secure)
100s
100s cassette_path = str(tmpdir.join("test.yml"))
100s with vcr.use_cassette(cassette_path, record_mode=vcr.mode.ALL):
100s > urlopen(default_uri)
100s
100s tests/integration/test_matchers.py:24:
100s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
100s /usr/lib/python3.12/urllib/request.py:212: in urlopen
100s _opener = opener = build_opener()
100s /usr/lib/python3.12/urllib/request.py:593: in build_opener
100s opener.add_handler(klass())
100s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _

Reply via email to