From 9ae4712c294a2006d484f9fdcff2c0c351693807 Mon Sep 17 00:00:00 2001 From: Vithor Jaeger Date: Thu, 29 Sep 2022 09:24:39 -0400 Subject: [PATCH] remove coverage as it makes no sense yet --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) 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"]