refactor: fix asv and playwright versions

This commit is contained in:
Juro Oravec 2025-10-21 22:21:52 +00:00
parent 49d13ba143
commit c12a809b0e
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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