From 00a34e7e24c42e4e62db665858770d606d057c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 23 Aug 2016 14:33:45 +0200 Subject: [PATCH] py.test now ignores node.js tests There's one file node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py which would otherwise be picked up by py.test. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0ea2f23c..9e2ba04e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [pytest] -addopts = -v --cov pillar --cov-report term-missing +addopts = -v --cov pillar --cov-report term-missing --ignore node_modules [pep8] max-line-length = 100