This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients felixonmars, pablogsal
Date 2020-10-07.23:29:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602113357.97.0.0462284803235.issue41971@roundup.psfhosted.org>
In-reply-to
Content
All our buildbots are running these test without any problem and I cannot reproduce this locally after a fresh install from the binaries in 3.9, so my guess is that there must be something going on on your end.

❯ ./installed_dir/bin/python3 -m test test_tools
0:00:00 load avg: 6.90 Run tests sequentially
0:00:00 load avg: 6.90 [1/1] test_tools

== Tests result: SUCCESS ==

1 test OK.

Total duration: 40 ms
Tests result: SUCCESS

~/Downloads/Python-3.9.0
❯ ./python -m test test_tools
0:00:00 load avg: 6.43 Run tests sequentially
0:00:00 load avg: 6.43 [1/1] test_tools

== Tests result: SUCCESS ==

1 test OK.

Total duration: 2.5 sec
Tests result: SUCCESS
History
Date User Action Args
2020-10-07 23:29:17pablogsalsetrecipients: + pablogsal, felixonmars
2020-10-07 23:29:17pablogsalsetmessageid: <1602113357.97.0.0462284803235.issue41971@roundup.psfhosted.org>
2020-10-07 23:29:17pablogsallinkissue41971 messages
2020-10-07 23:29:17pablogsalcreate