Skip to content

Commit b8d3886

Browse files
aepflibeeme1mr
andcommitted
Update providers/openfeature-provider-flagd/README.md
Co-authored-by: Michael Beemer <[email protected]> Signed-off-by: Simon Schrottner <[email protected]>
1 parent 43e30b8 commit b8d3886

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

providers/openfeature-provider-flagd/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# flagd Provider for OpenFeature
22

3-
This provider is designed to use
4-
flagd's [evaluation protocol](https://github.com/open-feature/schemas/blob/main/protobuf/schema/v1/schema.proto).
3+
This provider is designed to use flagd's [evaluation protocol](https://github.com/open-feature/schemas/blob/main/protobuf/schema/v1/schema.proto), or locally evaluate flags defined in a flagd [flag definition](https://github.com/open-feature/schemas/blob/main/json/flagd-definitions.json) via the OpenFeature Python SDK.
54

65
## Installation
76

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
import sys
2-
31
from pytest_bdd import scenarios
42

53
from tests.e2e.paths import TEST_HARNESS_PATH
64

7-
# as soon as we support all the features, we can actually remove this limitation to not run on Python 3.8
8-
# Python 3.8 does not fully support tagging, hence that it will run all cases
9-
if sys.version_info >= (3, 9):
10-
scenarios(f"{TEST_HARNESS_PATH}/gherkin")
5+
scenarios(f"{TEST_HARNESS_PATH}/gherkin")

0 commit comments

Comments
 (0)