We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a59b0 commit 5389b30Copy full SHA for 5389b30
Makefile
@@ -49,7 +49,7 @@ docs: compile
49
50
51
test:
52
- $(PYTHON)ASYNCIODEBUG=1 $(PYTHON) -m unittest discover -s tests
+ PYTHONASYNCIODEBUG=1 $(PYTHON) -m unittest discover -s tests
53
$(PYTHON) -m unittest discover -s tests
54
55
0 commit comments