diff options
Diffstat (limited to 'kazoo/tests/test_gevent_handler.py')
| -rw-r--r-- | kazoo/tests/test_gevent_handler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kazoo/tests/test_gevent_handler.py b/kazoo/tests/test_gevent_handler.py index 5515114..0745c06 100644 --- a/kazoo/tests/test_gevent_handler.py +++ b/kazoo/tests/test_gevent_handler.py @@ -150,7 +150,7 @@ class TestBasicGeventClient(KazooTestCase): 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: |
