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 b5113ff commit 9a9928bCopy full SHA for 9a9928b
providers/openfeature-provider-env-var/pyproject.toml
@@ -54,12 +54,6 @@ omit = [
54
"tests/**",
55
]
56
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
-
63
[tool.hatch.envs.hatch-test.scripts]
64
run = "uv run pytest"
65
run-cov = "uv run pytest --cov --cov-report xml --cov-report html --junit-xml=tests-results.xml"
0 commit comments