On 3/3/2022 3:09 PM, Brett Cannon wrote:
You might want to try asking your question at <https://mail.python.org/mailman3/lists/core-mentorship.python.org/> which is specifically set up to help people. But in general, all the tests are passing for folks. You will need to run those tests individually to see why they are failing for you. On Thu, Mar 3, 2022 at 12:01 PM <[email protected] <mailto:[email protected]>> wrote:
Sometimes tests that pass on CI or buildbots fail on a person's repository build or the most recent installed python. However, on my Win10 machine, both tests pass on a recent main (3.11.0a5+) build and on installed 3.11.0a5.2 tests failed: test_compileall test_distutils
If you rerun python -m test -v test_compileall test_distutilswhere 'python' starts either a repository debug build of main or an installed 3.11.0a5 (installers available for Windows and macOS), I suggest you post to
https://mail.python.org/mailman/listinfo/python-listwith complete details on your system and relevant parts of the 'verbose' output. Use 'test_xyz failure on <OS>' as the subject so people with knowledge of the module or OS are more likely to read it.
-- Terry Jan Reedy _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/DPLXPKADZWYJBQ3RSSHM6JHNOBQWG3MC/ Code of Conduct: http://python.org/psf/codeofconduct/