File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747commands =
4848 # build cython extensions with coverage enabled
4949 python setup.py build_ext --inplace --cython-coverage --develop
50- # run doctests
51- coverage run -m pytest --doctest-cython src/pkgcraft
50+ # run doctests -- disabled until upstream issue with pytest-8 is fixed
51+ # see: https://github.com/lgpage/pytest-cython/issues/58
52+ # coverage run -m pytest --doctest-cython src/pkgcraft
5253 # run regular tests
5354 coverage run -m pytest {posargs}
5455 coverage combine
@@ -62,8 +63,9 @@ description = run tests under valgrind to find memory handling issues
6263allowlist_externals = valgrind
6364commands =
6465 python setup.py build_ext --inplace
65- # run doctests
66- valgrind pytest --doctest-cython src/pkgcraft
66+ # run doctests -- disabled until upstream issue with pytest-8 is fixed
67+ # see: https://github.com/lgpage/pytest-cython/issues/58
68+ # valgrind pytest --doctest-cython src/pkgcraft
6769 # run regular tests, skipping parallelized ones that cause failures
6870 valgrind pytest -m " not parallel" {posargs}
6971
You can’t perform that action at this time.
0 commit comments