Skip to content

Commit

Permalink
delete ‘startTestHailContext’ in new python fs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-schultz committed Nov 30, 2022
1 parent b66c88b commit b7314c1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hail/python/test/hail/utils/test_hl_hadoop_and_hail_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b7314c1

Please sign in to comment.