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 b1272a1 commit 58c963aCopy full SHA for 58c963a
1 file changed
.github/workflows/aiohttp.yml
@@ -59,6 +59,7 @@ jobs:
59
- name: Run dev_mode tests
60
env:
61
COLOR: yes
62
+ PYTHONDEVMODE: 1
63
run: >-
64
PATH="${HOME}/.local/bin:${PATH}"
- python -X dev -m pytest -m dev_mode tests/test_http_parser.py tests/test_web_functional.py
65
+ pytest -m dev_mode tests/test_http_parser.py tests/test_web_functional.py
0 commit comments