From fb300387a2f2761423dc71b3e4d18cb26a360368 Mon Sep 17 00:00:00 2001 From: Sergey Shepelev Date: Sat, 17 Feb 2018 22:41:37 +0300 Subject: hubs: drop pyevent hub --- tests/stdlib/test_ftplib.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/stdlib/test_ftplib.py') diff --git a/tests/stdlib/test_ftplib.py b/tests/stdlib/test_ftplib.py index be67420..6dc2d76 100644 --- a/tests/stdlib/test_ftplib.py +++ b/tests/stdlib/test_ftplib.py @@ -6,11 +6,5 @@ from eventlet.green import socket patcher.inject('test.test_ftplib', globals()) -# this test only fails on python2.7/pyevent/--with-xunit; screw that -try: - TestTLS_FTPClass.test_data_connection = lambda *a, **kw: None -except (AttributeError, NameError): - pass - if __name__ == "__main__": test_main() -- cgit v1.2.1