mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Clean up the messages used by some tests.
This commit is contained in:
parent
8c5ec0a3af
commit
cd8efa3704
4 changed files with 7 additions and 11 deletions
|
|
@ -8,7 +8,7 @@
|
|||
try:
|
||||
select.devpoll
|
||||
except AttributeError:
|
||||
raise unittest.SkipTest("select.devpoll not defined -- skipping test_devpoll")
|
||||
raise unittest.SkipTest("select.devpoll not defined")
|
||||
|
||||
|
||||
def find_ready_matching(ready, flag):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue