STINNER Victor <vstin...@redhat.com> added the comment:
Your problem is that you have the Lib/test/bisect.py file. I renamed it to Lib/test/bisect_cmd.py. Workarounds: * Run the test using: ./python -m test test_xmlrpc * Rename Lib/test/bisect.py to Lib/test/bisect_cmd.py This bug is already fixed in the 2.7. You have to wait for the next 2.7 release to get the fix. ---------- nosy: +vstinner resolution: -> fixed stage: -> resolved status: open -> closed title: Can not run test without test module for tests which import random module -> [2.7] Can not run test without test module for tests which import random module versions: +Python 2.7 -Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35519> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com