From 88d8905c0f880a18bf770d9218c317fa22c5cbf3 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 3 May 2018 14:14:24 -0700 Subject: [PATCH] Remove bin and sbin from nose They are not packages and cannot be imported. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a5c06ab..cbe8e12c 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ check: test: @echo "*** Running tests ***" PYTHONPATH=$(PYTHONPATH):./src/ $(PYTHON) -m nose -v --with-coverage --cover-erase --cover-branches \ - --cover-package=pylorax --cover-package=bin --cover-package=sbin --cover-inclusive \ + --cover-package=pylorax --cover-inclusive \ ./tests/pylorax/ coverage3 report -m