Skip to content

Commit

Permalink
Remove unused fixture
Browse files Browse the repository at this point in the history
Move metakernel template to other spice kernel location
  • Loading branch information
subagonsouth committed Aug 7, 2024
1 parent c201889 commit 304956b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions imap_processing/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ def _set_global_config(monkeypatch, tmp_path):
)


@pytest.fixture(scope="session")
def monkeypatch_session():
from _pytest.monkeypatch import MonkeyPatch

m = MonkeyPatch()
yield m
m.undo()


@pytest.fixture(scope="session")
def imap_tests_path():
return imap_module_directory / "tests"
Expand All @@ -46,7 +37,7 @@ def _autoclear_spice():

@pytest.fixture(scope="session")
def spice_test_data_path(imap_tests_path):
return imap_tests_path / "spice/test_data"
return imap_module_directory.parent / "tools/tests/test_data/spice"


@pytest.fixture()
Expand Down

0 comments on commit 304956b

Please sign in to comment.