Commit 1f69bd35 authored by Eddi Linder's avatar Eddi Linder

Revert changes in test_selectors.py

parent 3eb9e683
......@@ -436,7 +436,7 @@ class SelectSelectorTestCase(BaseSelectorTestCase):
@unittest.skipUnless(hasattr(selectors, 'PollSelector'),
"Test needs selectors.PollSelector")
class PollSelectorTestCase(BaseSelectorTestCase):
class PollSelectorTestCase(BaseSelectorTestCase, ScalableSelectorMixIn):
SELECTOR = getattr(selectors, 'PollSelector', None)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment