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 rbprogrammer
Recipients davin, pitrou, rbprogrammer
Date 2018-03-15.11:45:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521114358.46.0.467229070634.issue32608@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Antoine, no worries for the delay.

I've been looking into why the AppVeyor check is failing.  I believe it to be an issue with the test harness in that it changes the environment during the tests, but only in the Windows case.  I have been thinking about ignoring the failing tests in Windows and create new tests just for the Windows case.  But I'm not sure that's the best approach.  Ideally the test harness should be able to either not modify the environment of the process or revert the changes it has made.

I'm not a strong Windows developer, so with my crude Windows development environment I'm struggling to see why the tests work in my Linux dev environment but not my Windows VM one.
History
Date User Action Args
2018-03-15 11:45:58rbprogrammersetrecipients: + rbprogrammer, pitrou, davin
2018-03-15 11:45:58rbprogrammersetmessageid: <1521114358.46.0.467229070634.issue32608@psf.upfronthosting.co.za>
2018-03-15 11:45:58rbprogrammerlinkissue32608 messages
2018-03-15 11:45:58rbprogrammercreate