mirror of
https://github.com/django-components/django-components.git
synced 2025-11-13 12:21:53 +00:00
refactor: fix asv and playwright versions
This commit is contained in:
parent
49d13ba143
commit
c12a809b0e
2 changed files with 4 additions and 2 deletions
|
|
@ -71,7 +71,7 @@
|
|||
// The Pythons you'd like to test against. If not provided, defaults
|
||||
// to the current version of Python used to run `asv`.
|
||||
"pythons": [
|
||||
"3.14"
|
||||
"3.13"
|
||||
],
|
||||
|
||||
// The list of conda channel names to be searched for benchmark
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -40,7 +40,9 @@ deps =
|
|||
# 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.55.0
|
||||
!py38: playwright==1.55.0
|
||||
# For py38 run specific old version
|
||||
py38: playwright==1.48.0
|
||||
pydantic
|
||||
requests
|
||||
types-requests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue