STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33352>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to