Control: tags -1 fixed-upstream

On 2023-01-10 21:18:46 -0800, Steve Langasek wrote:
> 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'

The issue is fixed upstream. I just need to find the time to cut a new
release.

Cheers
-- 
Sebastian Ramacher

Reply via email to