From 918669f538cfb433891be13e0ac68394694c5d38 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 6 Oct 2020 10:24:43 -0700 Subject: [PATCH] test: Use Python dev mode during testing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f4f079b..6a4981b6 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ check: test: @echo "*** Running tests ***" - PYTHONPATH=$(PYTHONPATH):./src/ $(PYTHON) -m pytest -v --cov-branch \ + PYTHONPATH=$(PYTHONPATH):./src/ $(PYTHON) -X dev -m pytest -v --cov-branch \ --cov=pylorax --cov=composer \ ./tests/pylorax/ ./tests/composer/