From 5389b30411e9680d37bf367c6ee7663dcad9e4fa Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Fri, 29 Jul 2016 11:56:43 -0400 Subject: [PATCH] Fix running tests with asyncio debug mode on --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf9fa22..df89e0d 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ docs: compile test: - $(PYTHON)ASYNCIODEBUG=1 $(PYTHON) -m unittest discover -s tests + PYTHONASYNCIODEBUG=1 $(PYTHON) -m unittest discover -s tests $(PYTHON) -m unittest discover -s tests