We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33dd52 commit 318d736Copy full SHA for 318d736
pyproject.toml
@@ -48,9 +48,7 @@ cov = [
48
"cov-report",
49
]
50
e2e = [
51
- "git submodule sync",
52
- "git submodule init",
53
- "git submodule update --init",
+ "git submodule add --force https://github.com/open-feature/spec.git spec",
54
"cp -r spec/specification/assets/gherkin/evaluation.feature tests/features/",
55
"behave tests/features/",
56
"rm tests/features/*.feature",
0 commit comments