[issue33352] [EASY] Windows: test_regrtest fails on installed Python

STINNER Victor report at bugs.python.org
Mon Apr 30 04:50:40 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

The fix is simple, skip the test if the script doesn't exist at:

    def test_pcbuild_rt(self):
        # PCbuild\rt.bat
        script = os.path.join(ROOT_DIR, r'PCbuild\rt.bat')

----------
keywords: +easy
title: Windows: test_regrtest fails on installed Python -> [EASY] Windows: test_regrtest fails on installed Python

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


More information about the Python-bugs-list mailing list