We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab9f6f commit 8150b7bCopy full SHA for 8150b7b
pyproject.toml
@@ -34,7 +34,6 @@ dev = [
34
"pre-commit",
35
"pydata-sphinx-theme>=0.12",
36
"pytest",
37
- "pytest-cov",
38
"sphinx-autobuild",
39
"sphinx-copybutton",
40
"sphinx-design",
@@ -107,7 +106,7 @@ allowlist_externals =
107
106
sphinx-build
108
sphinx-autobuild
109
commands =
110
- pytest: pytest --cov=cothread --cov-report term --cov-report xml:cov.xml {posargs}
+ pytest: pytest {posargs}
111
pre-commit: pre-commit run --all-files {posargs}
112
docs: sphinx-{posargs:build -EW --keep-going} -T docs build/html
113
"""
0 commit comments