Your message dated Mon, 06 Jul 2026 15:50:22 +0000
with message-id <[email protected]>
and subject line Bug#1141036: fixed in vcr.py 8.3.0-1
has caused the Debian Bug report #1141036,
regarding vcr.py: FTBFS: ERROR: Unknown config option: 
asyncio_default_fixture_loop_scope
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1141036: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1141036
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:vcr.py
Version: 8.1.1-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202606/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:vcr.py, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:142: Building wheel for python3.13 with "build" 
module
I: pybuild base:385: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_vcr  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` 
(dependencies)
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsWarning: `extras_require` overwritten in `pyproject.toml` 
(optional-dependencies)
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/vcr
copying vcr/record_mode.py -> build/lib/vcr
copying vcr/serialize.py -> build/lib/vcr
copying vcr/util.py -> build/lib/vcr
copying vcr/patch.py -> build/lib/vcr
copying vcr/migration.py -> build/lib/vcr
copying vcr/_handle_coroutine.py -> build/lib/vcr
copying vcr/__init__.py -> build/lib/vcr
copying vcr/cassette.py -> build/lib/vcr
copying vcr/errors.py -> build/lib/vcr
copying vcr/config.py -> build/lib/vcr
copying vcr/matchers.py -> build/lib/vcr
copying vcr/filters.py -> build/lib/vcr
copying vcr/unittest.py -> build/lib/vcr
copying vcr/request.py -> build/lib/vcr
creating build/lib/vcr/serializers
copying vcr/serializers/yamlserializer.py -> build/lib/vcr/serializers
copying vcr/serializers/__init__.py -> build/lib/vcr/serializers
copying vcr/serializers/compat.py -> build/lib/vcr/serializers
copying vcr/serializers/jsonserializer.py -> build/lib/vcr/serializers
creating build/lib/vcr/stubs
copying vcr/stubs/urllib3_stubs.py -> build/lib/vcr/stubs
copying vcr/stubs/httpcore_stubs.py -> build/lib/vcr/stubs
copying vcr/stubs/aiohttp_stubs.py -> build/lib/vcr/stubs
copying vcr/stubs/requests_stubs.py -> build/lib/vcr/stubs
copying vcr/stubs/__init__.py -> build/lib/vcr/stubs
copying vcr/stubs/boto3_stubs.py -> build/lib/vcr/stubs
copying vcr/stubs/httplib2_stubs.py -> build/lib/vcr/stubs
copying vcr/stubs/compat.py -> build/lib/vcr/stubs
copying vcr/stubs/tornado_stubs.py -> build/lib/vcr/stubs
creating build/lib/vcr/persisters
copying vcr/persisters/__init__.py -> build/lib/vcr/persisters
copying vcr/persisters/filesystem.py -> build/lib/vcr/persisters
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/vcr
copying build/lib/vcr/record_mode.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/serialize.py -> build/bdist.linux-x86_64/wheel/./vcr
creating build/bdist.linux-x86_64/wheel/vcr/serializers
copying build/lib/vcr/serializers/yamlserializer.py -> 
build/bdist.linux-x86_64/wheel/./vcr/serializers
copying build/lib/vcr/serializers/__init__.py -> 
build/bdist.linux-x86_64/wheel/./vcr/serializers
copying build/lib/vcr/serializers/compat.py -> 
build/bdist.linux-x86_64/wheel/./vcr/serializers
copying build/lib/vcr/serializers/jsonserializer.py -> 
build/bdist.linux-x86_64/wheel/./vcr/serializers
creating build/bdist.linux-x86_64/wheel/vcr/stubs
copying build/lib/vcr/stubs/urllib3_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/httpcore_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/aiohttp_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/requests_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/__init__.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/boto3_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/httplib2_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/compat.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/tornado_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/util.py -> build/bdist.linux-x86_64/wheel/./vcr
creating build/bdist.linux-x86_64/wheel/vcr/persisters
copying build/lib/vcr/persisters/__init__.py -> 
build/bdist.linux-x86_64/wheel/./vcr/persisters
copying build/lib/vcr/persisters/filesystem.py -> 
build/bdist.linux-x86_64/wheel/./vcr/persisters
copying build/lib/vcr/patch.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/migration.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/_handle_coroutine.py -> 
build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/__init__.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/cassette.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/errors.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/config.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/matchers.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/filters.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/unittest.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/request.py -> build/bdist.linux-x86_64/wheel/./vcr
running install_egg_info
running egg_info
creating vcrpy.egg-info
writing vcrpy.egg-info/PKG-INFO
writing dependency_links to vcrpy.egg-info/dependency_links.txt
writing requirements to vcrpy.egg-info/requires.txt
writing top-level names to vcrpy.egg-info/top_level.txt
writing manifest file 'vcrpy.egg-info/SOURCES.txt'
reading manifest file 'vcrpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under 
directory '*'
warning: no previously-included files matching '*.py[co]' found under directory 
'*'
adding license file 'LICENSE.txt'
writing manifest file 'vcrpy.egg-info/SOURCES.txt'
Copying vcrpy.egg-info to build/bdist.linux-x86_64/wheel/./vcrpy-8.1.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/vcrpy-8.1.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_vcr/.tmp-t2aq9d74/vcrpy-8.1.1-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'vcr/__init__.py'
adding 'vcr/_handle_coroutine.py'
adding 'vcr/cassette.py'
adding 'vcr/config.py'
adding 'vcr/errors.py'
adding 'vcr/filters.py'
adding 'vcr/matchers.py'
adding 'vcr/migration.py'
adding 'vcr/patch.py'
adding 'vcr/record_mode.py'
adding 'vcr/request.py'
adding 'vcr/serialize.py'
adding 'vcr/unittest.py'
adding 'vcr/util.py'
adding 'vcr/persisters/__init__.py'
adding 'vcr/persisters/filesystem.py'
adding 'vcr/serializers/__init__.py'
adding 'vcr/serializers/compat.py'
adding 'vcr/serializers/jsonserializer.py'
adding 'vcr/serializers/yamlserializer.py'
adding 'vcr/stubs/__init__.py'
adding 'vcr/stubs/aiohttp_stubs.py'
adding 'vcr/stubs/boto3_stubs.py'
adding 'vcr/stubs/compat.py'
adding 'vcr/stubs/httpcore_stubs.py'
adding 'vcr/stubs/httplib2_stubs.py'
adding 'vcr/stubs/requests_stubs.py'
adding 'vcr/stubs/tornado_stubs.py'
adding 'vcr/stubs/urllib3_stubs.py'
adding 'vcrpy-8.1.1.dist-info/licenses/LICENSE.txt'
adding 'vcrpy-8.1.1.dist-info/METADATA'
adding 'vcrpy-8.1.1.dist-info/WHEEL'
adding 'vcrpy-8.1.1.dist-info/top_level.txt'
adding 'vcrpy-8.1.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built vcrpy-8.1.1-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.13 with 
"installer" module
I: pybuild plugin_pyproject:142: Building wheel for python3.14 with "build" 
module
I: pybuild base:385: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_vcr  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` 
(dependencies)
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsWarning: `extras_require` overwritten in `pyproject.toml` 
(optional-dependencies)
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/vcr
copying build/lib/vcr/record_mode.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/serialize.py -> build/bdist.linux-x86_64/wheel/./vcr
creating build/bdist.linux-x86_64/wheel/vcr/serializers
copying build/lib/vcr/serializers/yamlserializer.py -> 
build/bdist.linux-x86_64/wheel/./vcr/serializers
copying build/lib/vcr/serializers/__init__.py -> 
build/bdist.linux-x86_64/wheel/./vcr/serializers
copying build/lib/vcr/serializers/compat.py -> 
build/bdist.linux-x86_64/wheel/./vcr/serializers
copying build/lib/vcr/serializers/jsonserializer.py -> 
build/bdist.linux-x86_64/wheel/./vcr/serializers
creating build/bdist.linux-x86_64/wheel/vcr/stubs
copying build/lib/vcr/stubs/urllib3_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/httpcore_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/aiohttp_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/requests_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/__init__.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/boto3_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/httplib2_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/compat.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/tornado_stubs.py -> 
build/bdist.linux-x86_64/wheel/./vcr/stubs
copying build/lib/vcr/util.py -> build/bdist.linux-x86_64/wheel/./vcr
creating build/bdist.linux-x86_64/wheel/vcr/persisters
copying build/lib/vcr/persisters/__init__.py -> 
build/bdist.linux-x86_64/wheel/./vcr/persisters
copying build/lib/vcr/persisters/filesystem.py -> 
build/bdist.linux-x86_64/wheel/./vcr/persisters
copying build/lib/vcr/patch.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/migration.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/_handle_coroutine.py -> 
build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/__init__.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/cassette.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/errors.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/config.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/matchers.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/filters.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/unittest.py -> build/bdist.linux-x86_64/wheel/./vcr
copying build/lib/vcr/request.py -> build/bdist.linux-x86_64/wheel/./vcr
running install_egg_info
running egg_info
writing vcrpy.egg-info/PKG-INFO
writing dependency_links to vcrpy.egg-info/dependency_links.txt
writing requirements to vcrpy.egg-info/requires.txt
writing top-level names to vcrpy.egg-info/top_level.txt
reading manifest file 'vcrpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under 
directory '*'
warning: no previously-included files matching '*.py[co]' found under directory 
'*'
adding license file 'LICENSE.txt'
writing manifest file 'vcrpy.egg-info/SOURCES.txt'
Copying vcrpy.egg-info to build/bdist.linux-x86_64/wheel/./vcrpy-8.1.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/vcrpy-8.1.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_vcr/.tmp-b4texgd9/vcrpy-8.1.1-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'vcr/__init__.py'
adding 'vcr/_handle_coroutine.py'
adding 'vcr/cassette.py'
adding 'vcr/config.py'
adding 'vcr/errors.py'
adding 'vcr/filters.py'
adding 'vcr/matchers.py'
adding 'vcr/migration.py'
adding 'vcr/patch.py'
adding 'vcr/record_mode.py'
adding 'vcr/request.py'
adding 'vcr/serialize.py'
adding 'vcr/unittest.py'
adding 'vcr/util.py'
adding 'vcr/persisters/__init__.py'
adding 'vcr/persisters/filesystem.py'
adding 'vcr/serializers/__init__.py'
adding 'vcr/serializers/compat.py'
adding 'vcr/serializers/jsonserializer.py'
adding 'vcr/serializers/yamlserializer.py'
adding 'vcr/stubs/__init__.py'
adding 'vcr/stubs/aiohttp_stubs.py'
adding 'vcr/stubs/boto3_stubs.py'
adding 'vcr/stubs/compat.py'
adding 'vcr/stubs/httpcore_stubs.py'
adding 'vcr/stubs/httplib2_stubs.py'
adding 'vcr/stubs/requests_stubs.py'
adding 'vcr/stubs/tornado_stubs.py'
adding 'vcr/stubs/urllib3_stubs.py'
adding 'vcrpy-8.1.1.dist-info/licenses/LICENSE.txt'
adding 'vcrpy-8.1.1.dist-info/METADATA'
adding 'vcrpy-8.1.1.dist-info/WHEEL'
adding 'vcrpy-8.1.1.dist-info/top_level.txt'
adding 'vcrpy-8.1.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built vcrpy-8.1.1-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.14 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:385: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_vcr/build; 
python3.13 -m pytest --ignore tests/integration/test_aiohttp.py --ignore 
tests/integration/test_tornado.py --ignore tests/integration/test_requests.py 
-m "not online" -k "not test_post[http] and not test_post[https] and not 
test_body_consumed_once_stream and not test_body_consumed_once_iterator and not 
test_additional_matchers"
ERROR: Unknown config option: asyncio_default_fixture_loop_scope


============================= test session starts ==============================
platform linux -- Python 3.13.14, pytest-9.1.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
plugins: httpbin-2.1.0, tornado-0.8.1, typeguard-4.4.4
collected 291 items / 21 deselected / 1 skipped / 270 selected

====================== 1 skipped, 21 deselected in 0.42s =======================
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=4: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_vcr/build; python3.13 -m pytest 
--ignore tests/integration/test_aiohttp.py --ignore 
tests/integration/test_tornado.py --ignore tests/integration/test_requests.py 
-m "not online" -k "not test_post[http] and not test_post[https] and not 
test_body_consumed_once_stream and not test_body_consumed_once_iterator and not 
test_additional_matchers"
I: pybuild base:385: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_vcr/build; 
python3.14 -m pytest --ignore tests/integration/test_aiohttp.py --ignore 
tests/integration/test_tornado.py --ignore tests/integration/test_requests.py 
-m "not online" -k "not test_post[http] and not test_post[https] and not 
test_body_consumed_once_stream and not test_body_consumed_once_iterator and not 
test_additional_matchers"
ERROR: Unknown config option: asyncio_default_fixture_loop_scope


============================= test session starts ==============================
platform linux -- Python 3.14.6, pytest-9.1.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
plugins: httpbin-2.1.0, tornado-0.8.1, typeguard-4.4.4
collected 291 items / 21 deselected / 1 skipped / 270 selected

====================== 1 skipped, 21 deselected in 0.44s =======================
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=4: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_vcr/build; python3.14 -m pytest 
--ignore tests/integration/test_aiohttp.py --ignore 
tests/integration/test_tornado.py --ignore tests/integration/test_requests.py 
-m "not online" -k "not test_post[http] and not test_post[https] and not 
test_body_consumed_once_stream and not test_body_consumed_once_iterator and not 
test_additional_matchers"
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.13 
3.14" --parallel=2 returned exit code 13
make: *** [debian/rules:28: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: vcr.py
Source-Version: 8.3.0-1
Done: Tianyu Chen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
vcr.py, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tianyu Chen <[email protected]> (supplier of updated vcr.py package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 06 Jul 2026 23:33:21 +0800
Source: vcr.py
Architecture: source
Version: 8.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Tianyu Chen <[email protected]>
Closes: 1141036
Changes:
 vcr.py (8.3.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version 8.3.0
   * Drop aiohttp-3.14 patch.
   * Move dependencies to B-D-I.
   * Add missing B-D-I on python3-pytest-asyncio. (Closes: #1141036)
Checksums-Sha1:
 7014aa00e0e7309a4f8916d57c714174039e1e4f 2979 vcr.py_8.3.0-1.dsc
 b6cc8c8f91c6d4ed97bed71666dcf0ea1454e4c3 350941 vcr.py_8.3.0.orig.tar.gz
 bf0df81ce6dd7ba017b0a306a1e130a41bda5c0e 6364 vcr.py_8.3.0-1.debian.tar.xz
 6aeedad1bf16b0dcd0ada827fbb9f6d79601a45d 8109 vcr.py_8.3.0-1_source.buildinfo
Checksums-Sha256:
 65e0aed0c4d38bf428791fd5bcebbab718feb80329a770bbe1066cfbe2fe3f42 2979 
vcr.py_8.3.0-1.dsc
 f12fbb953c2391f0ec19f45f8f361a41b7b5fac8a8783a50f234691ae30c6dd5 350941 
vcr.py_8.3.0.orig.tar.gz
 2206874a224d8cf6acdd93e2104d8005ab2f28b44277df995d3b64973cbde2dd 6364 
vcr.py_8.3.0-1.debian.tar.xz
 315bb89671205e8854996dfd8828ea5973c0b7bd3a69e5f86cea745dd426bbe7 8109 
vcr.py_8.3.0-1_source.buildinfo
Files:
 a2ee82ea9826c50cb48e9283072dcdf7 2979 python optional vcr.py_8.3.0-1.dsc
 67b7ca54a16db4b7ea62919fee646fab 350941 python optional 
vcr.py_8.3.0.orig.tar.gz
 df30c819f45faad4867bff668debdb55 6364 python optional 
vcr.py_8.3.0-1.debian.tar.xz
 a3950364a69efea26e491e84cba51c83 8109 python optional 
vcr.py_8.3.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEiGk+iSMUlxR0m46kHr/P6QviVc0FAmpLzAQACgkQHr/P6Qvi
Vc1HYQ/9Eb+PZWP2yyZSQVipjQdBw09HEbvuVFd0BSY40pWkJyWLtYthHU42JPSP
3EAuS8vS9vdJ1pG7rzQo9Qf4AFpeBBQ474buHD/ZB7YjKftoCxhPaEfoqGF6/yIh
+tGOwzJBHnSxbf+WwR6S0DfTVrIcr3/0TIvWa+4n+QS4ocJBmqLEfQwtW/tR6qzE
CBCAZBfmOxUM5bNo6xiXhXR1GP3oiKWpI/mO4/ztOA+owu3vZvGFR5ClT5T4b4K1
uxPyVGIpQ0RNUMA/dJGFslCjxPvn8zH2/oi1oKL5+FQHlig9BH4X222b5xbTQJNy
J4Ob+dy05AWrPYWC3RwOT+L+ZujM+rTxVYzHBCdG5C7eWBXurstJZQN8jhfVmyAi
N7IlclP5wcKhuFJGcae89LfAejnBfyxysh7+xk0XJaoFkBCCqgUImlLcYjlGksmy
nvIp+J7Zy20EtLS2u6mQ/Drf83HZhBHwKGFviDRpLpRmZpPsSLLPUurdNIjpVgv1
KTtw3dfDV9sa1PmQHQOBKKtlXt1zKLA7jm6PtyR8NMvEEse1jgQest6wiA67MuTf
O9cxSAvempKHVzSnSsw10NTNciUVgSQk9l2DIF6gPnb4ElwAj05jr0V+d8i2mUxy
mBI3heXHFcboXQNiMWXShEq+XrKe5PJawRjJkv5t+nVc4/s4Qvc=
=P8GL
-----END PGP SIGNATURE-----

Attachment: pgphU_Zscpz96.pgp
Description: PGP signature


--- End Message ---

Reply via email to