[New-bugs-announce] [issue42506] Unexpected output when running test_format

Zackery Spytz report at bugs.python.org
Sun Nov 29 19:51:24 EST 2020


New submission from Zackery Spytz <zspytz at gmail.com>:

./python -We -m test test_format
0:00:00 load avg: 0.64 Run tests sequentially
0:00:00 load avg: 0.64 [1/1] test_format
Unexpected  <class 'TypeError'> : '%d format: a real number is required, not str'
Unexpected  <class 'TypeError'> : '%d format: a real number is required, not str'
Unexpected  <class 'TypeError'> : '%d format: a real number is required, not bytes'
Unexpected  <class 'TypeError'> : '%d format: a real number is required, not bytes'

== Tests result: SUCCESS ==

1 test OK.

Total duration: 180 ms
Tests result: SUCCESS


This seems to be due to the changes in bpo-41974 / e2ec0b27c02a158d0007c11dcc1f2d7a95948712.

----------
components: Tests
messages: 382100
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: Unexpected output when running test_format
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42506>
_______________________________________


More information about the New-bugs-announce mailing list