From b7314c1e75ac420b3a50f58f4bdf7b1a941d5c60 Mon Sep 17 00:00:00 2001 From: patrick-schultz Date: Wed, 30 Nov 2022 16:09:09 -0500 Subject: [PATCH] =?UTF-8?q?delete=20=E2=80=98startTestHailContext=E2=80=99?= =?UTF-8?q?=20in=20new=20python=20fs=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hail/python/test/hail/utils/test_hl_hadoop_and_hail_fs.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hail/python/test/hail/utils/test_hl_hadoop_and_hail_fs.py b/hail/python/test/hail/utils/test_hl_hadoop_and_hail_fs.py index d275ff3751a..8355ee113a6 100644 --- a/hail/python/test/hail/utils/test_hl_hadoop_and_hail_fs.py +++ b/hail/python/test/hail/utils/test_hl_hadoop_and_hail_fs.py @@ -7,11 +7,6 @@ from hail.utils import hadoop_open, hadoop_copy from hailtop.utils import secret_alnum_string from hail.utils.java import FatalError -from ..helpers import startTestHailContext, stopTestHailContext, fails_service_backend - - -setUpModule = startTestHailContext -tearDownModule = stopTestHailContext def touch(fs, filename: str):