From 19787f2850423938e33c1d3b19c3d03337ab7d25 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 30 Oct 2012 15:33:01 +0100 Subject: [PATCH] Make nosetests only look in tests/ for tests to run Without this, it will also look in mopidy/ for tests, and some modules there may raise exceptions on import time because of missing dependencies, like dbus not being available on OS X. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index bce0a6e2..f9894674 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,3 +4,4 @@ verbosity = 1 cover-package = mopidy cover-inclusive = 1 cover-html = 1 +tests = tests