File remove-cov.patch of Package papis
---
pyproject.toml | 4 ----
1 file changed, 4 deletions(-)
Index: papis-0.15.0/pyproject.toml
===================================================================
--- papis-0.15.0.orig/pyproject.toml 2026-03-16 23:42:54.884734593 +0100
+++ papis-0.15.0/pyproject.toml 2026-03-16 23:43:05.915153534 +0100
@@ -101,7 +101,6 @@
# Test suite
test = [
"pytest",
- "pytest-cov",
]
# Type-checking
typing = [
@@ -257,10 +256,7 @@
[tool.pytest.ini_options]
addopts = [
- "--papis-tmp-doctests",
- "--papis-tmp-xdg-home",
"--doctest-modules",
- "--cov=papis",
]
doctest_optionflags = ["NORMALIZE_WHITESPACE", "ELLIPSIS"]
testpaths = [ "papis", "tests" ]