Skip to content

Commit 270f610

Browse files
committed
tox: disable doctests until upstream issue with pytest-8 is fixed
1 parent ef38420 commit 270f610

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ setenv =
2525
deps =
2626
{[tox]deps}
2727
pytest
28-
pytest-cython
28+
#pytest-cython
2929

3030
[testenv:python]
3131
description = run tests for default system python
3232
commands =
3333
python setup.py build_ext --inplace --develop
34-
# run doctests
35-
pytest --doctest-cython src/pkgcraft
34+
# run doctests -- disabled until upstream issue with pytest-8 is fixed
35+
# see: https://github.com/lgpage/pytest-cython/issues/58
36+
#pytest --doctest-cython src/pkgcraft
3637
# run regular tests
3738
pytest {posargs}
3839

0 commit comments

Comments
 (0)