From 87e5994008cfcb62e584a94fc4c82152339c2a4f Mon Sep 17 00:00:00 2001 From: hagbard Date: Sat, 11 Aug 2018 16:34:29 -0700 Subject: node.def removals from package, to avoid conflict --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fea2a4c8b..addb83a5f 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ clean: .PHONY: test test: -# PYTHONPATH=python/ python3 -m "nose" --with-xunit src --with-coverage --cover-erase --cover-xml --cover-package src/conf_mode,src/op_mode,src/completion,src/helpers,src/validators --verbose + PYTHONPATH=python/ python3 -m "nose" --with-xunit src --with-coverage --cover-erase --cover-xml --cover-package src/conf_mode,src/op_mode,src/completion,src/helpers,src/validators --verbose .PHONY: sonar sonar: -- cgit v1.2.3