We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef38420 commit 270f610Copy full SHA for 270f610
1 file changed
tox.ini
@@ -25,14 +25,15 @@ setenv =
25
deps =
26
{[tox]deps}
27
pytest
28
- pytest-cython
+ #pytest-cython
29
30
[testenv:python]
31
description = run tests for default system python
32
commands =
33
python setup.py build_ext --inplace --develop
34
- # run doctests
35
- pytest --doctest-cython src/pkgcraft
+ # run doctests -- disabled until upstream issue with pytest-8 is fixed
+ # see: https://github.com/lgpage/pytest-cython/issues/58
36
+ #pytest --doctest-cython src/pkgcraft
37
# run regular tests
38
pytest {posargs}
39
0 commit comments