Skip to content

Commit 8150b7b

Browse files
TEMP: Remove coverage
Testing to see if this fixes the segfaults
1 parent eab9f6f commit 8150b7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ dev = [
3434
"pre-commit",
3535
"pydata-sphinx-theme>=0.12",
3636
"pytest",
37-
"pytest-cov",
3837
"sphinx-autobuild",
3938
"sphinx-copybutton",
4039
"sphinx-design",
@@ -107,7 +106,7 @@ allowlist_externals =
107106
sphinx-build
108107
sphinx-autobuild
109108
commands =
110-
pytest: pytest --cov=cothread --cov-report term --cov-report xml:cov.xml {posargs}
109+
pytest: pytest {posargs}
111110
pre-commit: pre-commit run --all-files {posargs}
112111
docs: sphinx-{posargs:build -EW --keep-going} -T docs build/html
113112
"""

0 commit comments

Comments
 (0)