Skip to content

Commit 4eb033a

Browse files
committed
test
1 parent 7245f5a commit 4eb033a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
pip install -r local-requirements.txt
4444
pip install -e pytest-playwright
4545
pip install -e pytest-playwright-asyncio
46+
python -m pip install "pytest==9.*" -U --dry-run -v
4647
playwright install --with-deps
4748
if [ '${{ matrix.os }}' == 'macos-latest' ]; then
4849
playwright install msedge --with-deps

local-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ flake8==7.1.1
88
pre-commit==4.0.1
99
Django==4.2.24
1010
pytest-xdist==3.8.0
11-
pytest-asyncio==1.2.0
11+
pytest-asyncio==1.3.0

0 commit comments

Comments
 (0)