From 4173bbc951cc36bf7f40c52b9b1eebfe91b8f09a Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 11 Aug 2024 12:17:41 +0200 Subject: [PATCH] fix --- tests/{transform => zyp}/test_functions.py | 0 tests/zyp/test_recipe.py | 6 ------ 2 files changed, 6 deletions(-) rename tests/{transform => zyp}/test_functions.py (100%) 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