mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +00:00
chore: update tox.ini
This commit is contained in:
parent
6fc54b14b3
commit
e169b230e3
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -33,7 +33,7 @@ deps =
|
||||||
# NOTE: Keep playwright is sync with the version in requirements-ci.txt
|
# NOTE: Keep playwright is sync with the version in requirements-ci.txt
|
||||||
# Othrwise we get error:
|
# 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._impl._errors.Error: BrowserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium-1140/chrome-linux/chrome
|
||||||
playwright==1.47.0
|
playwright==1.48.0
|
||||||
requests
|
requests
|
||||||
types-requests
|
types-requests
|
||||||
whitenoise
|
whitenoise
|
||||||
|
@ -52,7 +52,7 @@ commands = isort --check-only --diff src/django_components
|
||||||
deps =
|
deps =
|
||||||
pytest-coverage
|
pytest-coverage
|
||||||
# NOTE: Keep playwright in sync with the version in requirements-ci.txt
|
# NOTE: Keep playwright in sync with the version in requirements-ci.txt
|
||||||
playwright==1.47.0
|
playwright==1.48.0
|
||||||
requests
|
requests
|
||||||
types-requests
|
types-requests
|
||||||
whitenoise
|
whitenoise
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue