Skip to content

Commit 5389b30

Browse files
committed
Fix running tests with asyncio debug mode on
1 parent d0a59b0 commit 5389b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ docs: compile
4949

5050

5151
test:
52-
$(PYTHON)ASYNCIODEBUG=1 $(PYTHON) -m unittest discover -s tests
52+
PYTHONASYNCIODEBUG=1 $(PYTHON) -m unittest discover -s tests
5353
$(PYTHON) -m unittest discover -s tests
5454

5555

0 commit comments

Comments
 (0)