Browse Source

Remove failfast

David Cramer 11 years ago
parent
commit
79c2719a26
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=short -x
+addopts=--tb=short
 timeout=5
 
 [flake8]