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 benjamin.peterson
Recipients Arfrever, Mark.Shannon, Scott.Leerssen, benjamin.peterson, do1, georg.brandl, larry, loewis, mark.dickinson, ned.deily, pitrou, python-dev, serhiy.storchaka, skrah, terry.reedy, vstinner
Date 2013-08-11.01:55:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAPZV6o9a2vnYrWM5To+gRA8fhJ1pLpW7uizk9UfP1siH+4Q6FA@mail.gmail.com>
In-reply-to <1376182995.89.0.28698192857.issue15301@psf.upfronthosting.co.za>
Content
Likely they were written before the invention of unittest test
skpping. They could be converted.

2013/8/10 Terry J. Reedy <report@bugs.python.org>:
>
> Terry J. Reedy added the comment:
>
> This was the only failure on 2 of 4 buildbots when I last looked.
>
> test_os has several methods like this:
>
>     def test_dup2(self):
>         if hasattr(os, "dup2"):
>             self.check(os.dup2, 20)
>
> Should the hasattr be moved to skipUnless for all of these?
> They now 'pass' without the needed os method.
>
> ----------
> nosy: +terry.reedy
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue15301>
> _______________________________________
History
Date User Action Args
2013-08-11 01:55:05benjamin.petersonsetrecipients: + benjamin.peterson, loewis, georg.brandl, terry.reedy, mark.dickinson, pitrou, vstinner, larry, ned.deily, Arfrever, skrah, Mark.Shannon, python-dev, Scott.Leerssen, serhiy.storchaka, do1
2013-08-11 01:55:05benjamin.petersonlinkissue15301 messages
2013-08-11 01:55:04benjamin.petersoncreate