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 steve.dower
Recipients eryksun, itaisteinherz, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-03-14.18:14:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2417718c-d07f-74b5-c939-01d57dfd746b@python.org>
In-reply-to <1647281159.04.0.437387408713.issue46785@roundup.psfhosted.org>
Content
> It would probably be better to skip tests if the filesystem of the current working directory doesn't support the test, 

Yes, this would be good. Then whoever is configuring the test runner can 
move where tests are run to make sure it is supported. There are command 
line options specifically for this, that also correctly handle 
multiprocessing.

Tests that bypass the CWD make this unfixable by the runner, which is 
why they should just use CWD.
History
Date User Action Args
2022-03-14 18:14:11steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, itaisteinherz
2022-03-14 18:14:11steve.dowerlinkissue46785 messages
2022-03-14 18:14:11steve.dowercreate