Browse Source

Disable doctest plugin

David Cramer 10 years ago
parent
commit
26989cd2ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -1,6 +1,6 @@
 [pytest]
 python_files=test*.py
-addopts=--tb=native
+addopts=--tb=native -p no:doctest
 norecursedirs=bin dist docs	htmlcov script hooks node_modules .* {args}
 
 [flake8]