diff --git a/python/packages/azurefunctions/pyproject.toml b/python/packages/azurefunctions/pyproject.toml index dceccce1bb..369a867016 100644 --- a/python/packages/azurefunctions/pyproject.toml +++ b/python/packages/azurefunctions/pyproject.toml @@ -37,7 +37,6 @@ environments = [ [tool.uv-dynamic-versioning] fallback-version = "0.0.0" - [tool.pytest.ini_options] testpaths = 'tests' addopts = "-ra -q -r fEX"