Skip to content

Commit

Permalink
Temporarily disable doctesting of C extension modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jan 30, 2024
1 parent f48bf2d commit 0501d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[pytest]
addopts = --doctest-cython --doctest-modules
#addopts = --doctest-cython --doctest-modules # https://github.com/lgpage/pytest-cython/issues/58
addopts = --doctest-modules
python_files = *_tests.py
testpaths = lib script_tests/

0 comments on commit 0501d89

Please sign in to comment.