blob: d32ad96ffb5b54459cc640cccfc28960f38a3309 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -63,9 +63,6 @@ check = true
diff = true
color = true
-[tool.pytest.ini_options]
-addopts = "--cov=refurb --cov-report=html --cov-report=term-missing --cov-fail-under=100"
-
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
|