mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove unused support.run_unittest imports.
It is not needed since tests use unittest.main().
This commit is contained in:
parent
8153ac8f00
commit
e4fbb0206d
15 changed files with 6 additions and 15 deletions
|
@ -28,7 +28,6 @@ import socket
|
|||
import time
|
||||
import unittest
|
||||
|
||||
from test import support
|
||||
if not hasattr(select, "epoll"):
|
||||
raise unittest.SkipTest("test works only on Linux 2.6")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue