From 2201bc44b30e4533d31b8d1f9087aea8e15c72d8 Mon Sep 17 00:00:00 2001 From: Michael Johns Date: Mon, 20 Nov 2023 14:14:22 -0500 Subject: [PATCH] Update test_gdal_install.py remove spark from GDALInstaller test constructor --- python/test/test_gdal_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/test/test_gdal_install.py b/python/test/test_gdal_install.py index 9a022a8c6..3d2125fb2 100644 --- a/python/test/test_gdal_install.py +++ b/python/test/test_gdal_install.py @@ -3,7 +3,7 @@ class TestGDALInstall(SparkTestCase): def test_setup_gdal(self): - installer = GDALInstaller(self.spark) + installer = GDALInstaller() try: installer.copy_objects() except Exception: