Skip to content

Commit 1ba6e22

Browse files
committed
Make sure we use a recent pytest version
1 parent a310e6a commit 1ba6e22

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test_playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
pip install flake8 pytest pytest-playwright
32+
if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi
3233
pip install -e . --force-reinstall
3334
- uses: pre-commit/[email protected]
3435
- name: Install playwright dependencies

requirements-dev.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ pillow
2828
pre-commit
2929
pycodestyle
3030
pydata-sphinx-theme
31-
pytest
32-
pytest-playwright
3331
scipy
3432
selenium<4.27.0
3533
setuptools_scm

0 commit comments

Comments
 (0)