[issue47013] test_bdb and test_distutils fail on installed Python 3.9, 3.10 and 3.11 (setuptools 60.9.3, pip 22.0.4)

STINNER Victor report at bugs.python.org
Mon Mar 14 12:26:11 EDT 2022


STINNER Victor <vstinner at python.org> added the comment:

> $ ./configure --prefix /opt/py310 && make clean && make && make install 
> $ cd /somewhere/else/
> $ /opt/py310/bin/python3 -m test -v test_bdb

I also reproduce test_bdb and test_distutils failures on the main branch.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47013>
_______________________________________


More information about the Python-bugs-list mailing list