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 <sachin1122621...@gmail.com <mailto:sachin1122621...@gmail.com>> wrote:

    2 tests failed:
         test_compileall test_distutils


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.

If you rerun
  python -m test -v test_compileall test_distutils
where '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-list
with 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 -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/DPLXPKADZWYJBQ3RSSHM6JHNOBQWG3MC/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to