From 5ae8571ccd5f30c0aef87b0bc7f1a08a65254df0 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Wed, 12 Feb 2025 02:21:06 -0500 Subject: [PATCH] chore: use existing submodule version for e2e tests (#444) * chore: use existing submodule version for e2e tests Signed-off-by: Michael Beemer * reset submoduels Signed-off-by: Michael Beemer --------- Signed-off-by: Michael Beemer --- pyproject.toml | 2 +- spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 spec diff --git a/pyproject.toml b/pyproject.toml index 3cb853e..dc2e0dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ cov = [ "cov-report", ] e2e = [ - "git submodule add --force https://github.com/open-feature/spec.git spec", + "git submodule update --init --recursive", "cp spec/specification/assets/gherkin/* tests/features/", "behave tests/features/", "rm tests/features/*.feature", diff --git a/spec b/spec new file mode 160000 index 0000000..be56f22 --- /dev/null +++ b/spec @@ -0,0 +1 @@ +Subproject commit be56f22af99191eb36039db7b2fa18f46434a383