mirror of
https://github.com/django-components/django-components.git
synced 2025-08-18 13:10:13 +00:00
Merge pull request #728 from JuroOravec/jo-fix-ci
refactor: pin version of playwright in tests
This commit is contained in:
commit
bebd67221d
1 changed files with 6 additions and 2 deletions
8
tox.ini
8
tox.ini
|
@ -30,7 +30,10 @@ deps =
|
||||||
django50: Django>=5.0,<5.1
|
django50: Django>=5.0,<5.1
|
||||||
pytest
|
pytest
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
playwright
|
# NOTE: Keep playwright is sync with the version in requirements-ci.txt
|
||||||
|
# Othrwise we get error:
|
||||||
|
# playwright._impl._errors.Error: BrowserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium-1140/chrome-linux/chrome
|
||||||
|
playwright==1.47.0
|
||||||
requests
|
requests
|
||||||
types-requests
|
types-requests
|
||||||
whitenoise
|
whitenoise
|
||||||
|
@ -48,7 +51,8 @@ commands = isort --check-only --diff src/django_components
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
deps =
|
deps =
|
||||||
pytest-coverage
|
pytest-coverage
|
||||||
playwright
|
# NOTE: Keep playwright in sync with the version in requirements-ci.txt
|
||||||
|
playwright==1.47.0
|
||||||
requests
|
requests
|
||||||
types-requests
|
types-requests
|
||||||
whitenoise
|
whitenoise
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue