This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2018-04-30.08:50:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525078240.71.0.682650639539.issue33352@psf.upfronthosting.co.za>
In-reply-to
Content
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')
History
Date User Action Args
2018-04-30 08:50:40vstinnersetrecipients: + vstinner, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2018-04-30 08:50:40vstinnersetmessageid: <1525078240.71.0.682650639539.issue33352@psf.upfronthosting.co.za>
2018-04-30 08:50:40vstinnerlinkissue33352 messages
2018-04-30 08:50:40vstinnercreate