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 r.david.murray
Recipients brett.cannon, chris.jerdonek, eric.araujo, ezio.melotti, r.david.murray, rhettinger, sandro.tosi
Date 2013-03-02.17:35:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362245708.23.0.248299572659.issue10967@psf.upfronthosting.co.za>
In-reply-to
Content
No controversy on (1), we should just do that.

I don't see a strong reason to change (2).  I always run the test suite with -uall, but if I were running a restricted set I'd rather not have resources outside the local machine be accessed.

My proposal is a way to provide (3): running the regrtest-resource-skipped tests when not running them through regrtest.  If you *also* want a way to skip tests based on resource when running them outside regrtest, then unittest would have to grow a resource API.
History
Date User Action Args
2013-03-02 17:35:08r.david.murraysetrecipients: + r.david.murray, brett.cannon, rhettinger, ezio.melotti, eric.araujo, sandro.tosi, chris.jerdonek
2013-03-02 17:35:08r.david.murraysetmessageid: <1362245708.23.0.248299572659.issue10967@psf.upfronthosting.co.za>
2013-03-02 17:35:08r.david.murraylinkissue10967 messages
2013-03-02 17:35:08r.david.murraycreate