Skip to content

Commit 318d736

Browse files
committed
fixup! feat: Update test harness (copy test files) #1467
Signed-off-by: christian.lutnik <[email protected]>
1 parent c33dd52 commit 318d736

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ cov = [
4848
"cov-report",
4949
]
5050
e2e = [
51-
"git submodule sync",
52-
"git submodule init",
53-
"git submodule update --init",
51+
"git submodule add --force https://github.com/open-feature/spec.git spec",
5452
"cp -r spec/specification/assets/gherkin/evaluation.feature tests/features/",
5553
"behave tests/features/",
5654
"rm tests/features/*.feature",

0 commit comments

Comments
 (0)