Browse Source

ci: disable warnings output in pytest

David Cramer 7 years ago
parent
commit
bdfd6f1c57
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 -p no:doctest
+addopts = --tb=native -p no:doctest -p no:warnings
 norecursedirs = bin dist docs htmlcov script hooks node_modules .* {args}
 looponfailroots = src tests
 selenium_driver = phantomjs