diff --git a/pyproject.toml b/pyproject.toml index a57aa60..6eb4fee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,9 +32,9 @@ test = [ "pytest-cov ~=4.1.0", ] -[tool.pytest.ini_options] -addopts = ["--cov=om3utils", "--cov-report=term", "--cov-report=xml"] -testpaths = ["tests"] +#[tool.pytest.ini_options] +#addopts = ["--cov=om3utils", "--cov-report=term", "--cov-report=xml"] +#testpaths = ["tests"] [tool.black] line-length = 120