Source: bpython
Version: 0.23-1
Severity: serious
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lunar

Hi Sebastian,

The bpython package is now failing its autopkgtests in unstable because
/usr/bin/python3 has moved to python 3.11:

[...]
=================================== FAILURES ===================================
____________________ TestInspection.test_getfuncprops_print ____________________

self = <bpython.test.test_inspection.TestInspection 
testMethod=test_getfuncprops_print>

    @unittest.skipIf(pypy, "pypy builtin signatures aren't complete")
    def test_getfuncprops_print(self):
        props = inspection.getfuncprops("print", print)
    
        self.assertEqual(props.func, "print")
        self.assertIn("end", props.argspec.kwonly)
        self.assertIn("file", props.argspec.kwonly)
        self.assertIn("flush", props.argspec.kwonly)
        self.assertIn("sep", props.argspec.kwonly)
>       self.assertEqual(props.argspec.kwonly_defaults["file"], "sys.stdout")
E       AssertionError: None != 'sys.stdout'

[...]


  
(https://ci.debian.net/data/autopkgtest/testing/amd64/b/bpython/30225354/log.gz)

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org

Attachment: signature.asc
Description: PGP signature

Reply via email to