Browse Source

Don't collect tests from node_modules dir

Peter Justin 7 years ago
parent
commit
47bcb4ccdc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tox.ini

+ 1 - 0
tox.ini

@@ -40,3 +40,4 @@ exclude = flaskbb/configs/default.py,flaskbb/_compat.py
 
 [pytest]
 addopts =  -vvl --strict --flake8 --capture fd -W error::flaskbb.deprecation.FlaskBBDeprecation
+norecursedirs = node_modules