[issue11732] Skip decorator for tests requiring manual intervention on Windows

Brian Curtin report at bugs.python.org
Wed Apr 6 16:54:16 CEST 2011


Brian Curtin <brian at python.org> added the comment:

Disabling and re-enabling is another possibility, and it's probably more likely to help in the long run. Most (all?) Windows machines have error reporting enabled unless you mess with the registry manually, so the only place tests would be run with my first patch would be on build slaves.

I don't currently have a Ubuntu or Fedora machine, but I could look into it. I'll write up a patch that disables/re-enables for Windows and see how it works.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11732>
_______________________________________


More information about the Python-bugs-list mailing list