From 318d736900a3923bfb75c1802267be03dca96e78 Mon Sep 17 00:00:00 2001 From: "christian.lutnik" Date: Thu, 23 Jan 2025 11:26:10 +0100 Subject: [PATCH] fixup! feat: Update test harness (copy test files) #1467 Signed-off-by: christian.lutnik --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 361d29d6..2e076acd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,9 +48,7 @@ cov = [ "cov-report", ] e2e = [ - "git submodule sync", - "git submodule init", - "git submodule update --init", + "git submodule add --force https://github.com/open-feature/spec.git spec", "cp -r spec/specification/assets/gherkin/evaluation.feature tests/features/", "behave tests/features/", "rm tests/features/*.feature",