Skip to content

Commit

Permalink
fix: pyproject settings
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Bailey <[email protected]>
  • Loading branch information
colebaileygit committed May 1, 2024
1 parent fd8fe11 commit 17e8ce8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions providers/openfeature-provider-flagd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ cov = [
exclude = [
".gitignore",
"schemas",
"docker-compose.yaml",
]

[tool.hatch.build.targets.wheel]
Expand All @@ -69,8 +70,3 @@ omit = [
"src/openfeature/contrib/provider/flagd/proto/*",
"tests/**",
]

[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
]

0 comments on commit 17e8ce8

Please sign in to comment.