From 5c871941eb2049b8e72bc0c12ef2c25fc751f679 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Tue, 11 Feb 2025 23:51:59 +0000 Subject: [PATCH 1/2] chore: use existing submodule version for e2e tests Signed-off-by: Michael Beemer --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cb853e0..dc2e0dce 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", From e2a95f56739b6956e868406bd6dce480e61ac8fe Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Wed, 12 Feb 2025 00:01:23 +0000 Subject: [PATCH 2/2] reset submoduels Signed-off-by: Michael Beemer --- spec | 1 + 1 file changed, 1 insertion(+) create mode 160000 spec diff --git a/spec b/spec new file mode 160000 index 00000000..be56f22a --- /dev/null +++ b/spec @@ -0,0 +1 @@ +Subproject commit be56f22af99191eb36039db7b2fa18f46434a383