New submission from Zackery Spytz <zsp...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue42506>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to