Skip to content

Commit

Permalink
Disable doctests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumpe committed Jan 23, 2022
1 parent 4989672 commit 2fc1324
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ test = pytest
# Pytest settings
[tool:pytest]
# Run tests in tests/, obviously
# Also check docstrings in package
testpaths = tests pyorg
# Run doctests on all modules
addopts = --doctest-modules
doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL
testpaths = tests
# Flake8 settings
Expand Down

0 comments on commit 2fc1324

Please sign in to comment.