Skip to content

Commit

Permalink
Fix aiohttp dev mode tests (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jan 16, 2025
1 parent b1272a1 commit 58c963a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aiohttp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Run dev_mode tests
env:
COLOR: yes
PYTHONDEVMODE: 1
run: >-
PATH="${HOME}/.local/bin:${PATH}"
python -X dev -m pytest -m dev_mode tests/test_http_parser.py tests/test_web_functional.py
pytest -m dev_mode tests/test_http_parser.py tests/test_web_functional.py

0 comments on commit 58c963a

Please sign in to comment.