Просмотр исходного кода

Don't collect tests from node_modules dir

Peter Justin 7 лет назад
Родитель
Сommit
47bcb4ccdc
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tox.ini

+ 1 - 0
tox.ini

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