summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_asyncio/__init__.py')
-rw-r--r--Lib/test/test_asyncio/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/test/test_asyncio/__init__.py b/Lib/test/test_asyncio/__init__.py
deleted file mode 100644
index c77c7a8..0000000
--- a/Lib/test/test_asyncio/__init__.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import os
-from test.support import load_package_tests, import_module
-
-# Skip tests if we don't have concurrent.futures.
-import_module('concurrent.futures')
-
-def load_tests(*args):
- return load_package_tests(os.path.dirname(__file__), *args)