From c15cb95155d9a17bfb1a4f453fae917d2d8d2dee Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 20 Aug 2018 19:19:03 +0900 Subject: setup.cfg: Add tests/integration/project to norecursedirs This is causing pytest to try to import the recently added app1.py from the pip related tests. This fails because it's not meant to be imported outside of the sandbox environment. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index d37db7839..a59d2b214 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ test=pytest [tool:pytest] addopts = --verbose --basetemp ./tmp --pep8 --pylint --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc -norecursedirs = integration-cache tmp __pycache__ .eggs +norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs python_files = tests/*/*.py pep8maxlinelength = 119 pep8ignore = -- cgit v1.2.1