Skip to content

Commit 58c963a

Browse files
Fix aiohttp dev mode tests (#568)
1 parent b1272a1 commit 58c963a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/aiohttp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- name: Run dev_mode tests
6060
env:
6161
COLOR: yes
62+
PYTHONDEVMODE: 1
6263
run: >-
6364
PATH="${HOME}/.local/bin:${PATH}"
64-
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

Comments
 (0)