Source: cloudpickle
Version: 2.2.0-1
Severity: serious

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

Dear maintainer,

your package implicitly depends on python3-py for its autopkgtest, which used
to be provided by python3-pytest. However, pytest has dropped that dependency,
breaking your autopkgtest and possibly your package.


Cheers
Timo

Relevant excerpt from
https://ci.debian.net/data/autopkgtest/testing/amd64/c/cloudpickle/35335619/log.gz

 57s =================================== FAILURES 
===================================
 57s __________________ CloudPickleTest.test_dynamic_pytest_module 
__________________
 57s 
 57s self = <tests.cloudpickle_test.CloudPickleTest 
testMethod=test_dynamic_pytest_module>
 57s 
 57s     def test_dynamic_pytest_module(self):
 57s         # Test case for pull request 
https://github.com/cloudpipe/cloudpickle/pull/116
 57s         import py
 57s     
 57s         def f():
 57s             s = py.builtin.set([1])
 57s             return s.pop()
 57s     
 57s         # some setup is required to allow pytest apimodules to be correctly
 57s         # serializable.
 57s         from cloudpickle import CloudPickler
 57s         from cloudpickle import cloudpickle_fast as cp_fast
 57s >       CloudPickler.dispatch_table[type(py.builtin)] = 
cp_fast._module_reduce
 57s E       AttributeError: module 'py' has no attribute 'builtin'
 57s 
 57s tests/cloudpickle_test.py:1511: AttributeError
 57s _____________ Protocol2CloudPickleTest.test_dynamic_pytest_module 
______________
 57s 
 57s self = <tests.cloudpickle_test.Protocol2CloudPickleTest 
testMethod=test_dynamic_pytest_module>
 57s 
 57s     def test_dynamic_pytest_module(self):
 57s         # Test case for pull request 
https://github.com/cloudpipe/cloudpickle/pull/116
 57s         import py
 57s     
 57s         def f():
 57s             s = py.builtin.set([1])
 57s             return s.pop()
 57s     
 57s         # some setup is required to allow pytest apimodules to be correctly
 57s         # serializable.
 57s         from cloudpickle import CloudPickler
 57s         from cloudpickle import cloudpickle_fast as cp_fast
 57s >       CloudPickler.dispatch_table[type(py.builtin)] = 
cp_fast._module_reduce
 57s E       AttributeError: module 'py' has no attribute 'builtin'
 57s 
 57s tests/cloudpickle_test.py:1511: AttributeError


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

iQGzBAEBCgAdFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmSlm24ACgkQ+C8H+466
LVlU6Av+KKawZFAKAKDGrioumWCdsqdisVQ/md2t2b66xX8RPhpZS4ZEHGqZ7uPM
oJiBT0VU6HgrNyqC3P1strL+25tHTvf+9f9phcfew+tYM8EtiIcOjXZI3MeloAYN
TVJ3dhrua1UCpmTMlBgBbRYH3BWn5bUs6SY9hNmPUaZCeqIdoTmDb8RseGVJuYIo
Q+y/NB40znT9NFKrYxaPI1jg1deDmh3pjXTjFm6K6MuCAEq4iq3f3NhjcgLEOTkg
x7gdOv95uu5ne54Tdvj1YsVxgaKvKv+UHv4SGDMZsR7PKt8aHOsWWXWpUjSVMwEt
hi0fgUbs0I8MBO8OjZSh8WYbPG/utaTNwZDytm24ESeH4TcLRRB9HSN+tpLxNR7v
5JW1YwMESn6QBddQYR4LW29rIQ0Nd1azFLs9/tsKRS2nGYIXLXD24SunO8ruf18S
53SD8ms7B5kCH+WQZ7Js+oFtAe38phDCjtLKHYgbxEn6Vl++3inIOiWjZiKnj2Cq
Gnc1dGVe
=IgN6
-----END PGP SIGNATURE-----

Reply via email to