diff --git a/pyproject.toml b/pyproject.toml index b0c89b3..650ccf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,11 +47,6 @@ httpx = "^0.23.0" flake8 = "^5.0.4" pytest = "^7.1.3" black = {version = "^22.8.0", allow-prereleases = true} -pytest-cov = "^3.0.0" - -[tool.pytest.ini_options] -addopts="--cov=pocketbase" -testpaths=["tests",] [build-system] requires = ["poetry-core>=1.0.0"]