summaryrefslogtreecommitdiff
path: root/kazoo/tests/test_eventlet_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'kazoo/tests/test_eventlet_handler.py')
-rw-r--r--kazoo/tests/test_eventlet_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kazoo/tests/test_eventlet_handler.py b/kazoo/tests/test_eventlet_handler.py
index 43ec4f9..5e89789 100644
--- a/kazoo/tests/test_eventlet_handler.py
+++ b/kazoo/tests/test_eventlet_handler.py
@@ -138,7 +138,7 @@ class TestEventletHandler(unittest.TestCase):
try:
resource.setrlimit(resource.RLIMIT_NOFILE, (4096, 4096))
except (ValueError, resource.error):
- self.skipTest('couldnt raise fd limit high enough')
+ self.skipTest("couldnt raise fd limit high enough")
fd = 0
socks = []
while fd < 4000: