Skip to content

Commit

Permalink
test: avoid cleaning up connections with remote pyspark
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Feb 2, 2025
1 parent 6b194a9 commit 5c7ec5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ibis/backends/pyspark/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ class TestConf(BaseSparkTestConf, ServiceBackendTest):
data_volume = "/data"
service_name = "spark-connect"

def __exit__(self, *args, **kwargs):
pass

@property
def parquet_dir(self) -> str:
return self.data_volume
Expand Down

0 comments on commit 5c7ec5a

Please sign in to comment.