Skip to content

Commit

Permalink
disable pytest's doctest parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Dec 2, 2020
1 parent d275252 commit 6a797bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
universal=1

[tool:pytest]
addopts = -p no:doctest
norecursedirs=_build
DJANGO_SETTINGS_MODULE=testfixtures.tests.test_django.settings
filterwarnings =
Expand Down

0 comments on commit 6a797bf

Please sign in to comment.