diff --git a/tests/transform/test_functions.py b/tests/zyp/test_functions.py similarity index 100% rename from tests/transform/test_functions.py rename to tests/zyp/test_functions.py diff --git a/tests/zyp/test_recipe.py b/tests/zyp/test_recipe.py index 73452ff..a47c6bb 100644 --- a/tests/zyp/test_recipe.py +++ b/tests/zyp/test_recipe.py @@ -1,10 +1,4 @@ # ruff: noqa: E402 -import pytest - -jmespath = pytest.importorskip("jmespath") -jsonpointer = pytest.importorskip("jsonpointer") -transon = pytest.importorskip("transon") - import datetime as dt import json from copy import deepcopy