From 222f2c835e9fc6334e468b9b570b5ec50394ce38 Mon Sep 17 00:00:00 2001 From: Lester Hedges Date: Mon, 23 Oct 2023 19:35:47 +0100 Subject: [PATCH] Use sandpit conftest. --- tests/Sandpit/Exscientia/Solvent/test_solvent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Sandpit/Exscientia/Solvent/test_solvent.py b/tests/Sandpit/Exscientia/Solvent/test_solvent.py index e4fb56b26..7e6f7de25 100644 --- a/tests/Sandpit/Exscientia/Solvent/test_solvent.py +++ b/tests/Sandpit/Exscientia/Solvent/test_solvent.py @@ -7,7 +7,7 @@ import BioSimSpace.Sandpit.Exscientia as BSS -from tests.conftest import has_gromacs +from tests.Sandpit.Exscientia.conftest import has_gromacs @pytest.fixture(scope="module")