diff --git a/tests/conftest.py b/tests/conftest.py index b998220..7140e21 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -59,7 +59,6 @@ def small_sky_order1_dir_local(local_data_dir): return os.path.join(local_data_dir, SMALL_SKY_ORDER1_DIR_NAME) -@pytest.fixture def tmp_dir_cloud(example_cloud_path): return os.path.join(example_cloud_path, "tmp") @@ -69,7 +68,6 @@ def test_data_dir_cloud(example_cloud_path): return os.path.join(example_cloud_path, "data") -@pytest.fixture def almanac_dir_cloud(example_cloud_path): return os.path.join(example_cloud_path, "data", ALMANAC_DIR_NAME) diff --git a/tests/lsdb/conftest.py b/tests/lsdb/conftest.py index 755b52e..9093bae 100644 --- a/tests/lsdb/conftest.py +++ b/tests/lsdb/conftest.py @@ -9,7 +9,6 @@ XMATCH_CORRECT_FILE = "xmatch_correct.csv" -@pytest.fixture def small_sky_xmatch_dir_cloud(example_cloud_path): return os.path.join(example_cloud_path, "data", SMALL_SKY_XMATCH_NAME)