Skip to content

Commit 9a9928b

Browse files
committed
Add basic env var provider
Signed-off-by: christian.lutnik <[email protected]>
1 parent b5113ff commit 9a9928b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

providers/openfeature-provider-env-var/pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ omit = [
5454
"tests/**",
5555
]
5656

57-
[tool.pytest.ini_options]
58-
testpaths = ["tests"]
59-
python_files = "test_*.py"
60-
python_functions = "test_*"
61-
addopts = "--cov --cov-report xml --cov-report html --junit-xml=tests-results.xml"
62-
6357
[tool.hatch.envs.hatch-test.scripts]
6458
run = "uv run pytest"
6559
run-cov = "uv run pytest --cov --cov-report xml --cov-report html --junit-xml=tests-results.xml"

0 commit comments

Comments
 (0)