]> granicus.if.org Git - python/commit
In some environments (under screen, in a chroot) curses doesn't support
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 6 Apr 2006 07:12:39 +0000 (07:12 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 6 Apr 2006 07:12:39 +0000 (07:12 +0000)
commite94e3b440f0619585701970c22e538f9059a38bd
tree20c02ceb056057da0818d8dc5084a4dfd4b2d22b
parentd9da722d85ebf573ebd497f396e05d6c697ebca0
In some environments (under screen, in a chroot) curses doesn't support
mouse events. This makes the test fail. Catch that case and don't run
the tests. Should make the debian/ubuntu buildbots that run in a chroot
work again.

Will backport to release24-maint.
Lib/test/test_curses.py