Karim shoair commited on
Commit ·
a8c13f7
1
Parent(s): 7bd4753
ops: update playwright pinned version
Browse files- .github/workflows/tests.yml +1 -1
- tests/requirements.txt +1 -1
- tox.ini +2 -2
.github/workflows/tests.yml
CHANGED
|
@@ -73,7 +73,7 @@ jobs:
|
|
| 73 |
- name: Install all browsers dependencies
|
| 74 |
run: |
|
| 75 |
python3 -m pip install --upgrade pip
|
| 76 |
-
python3 -m pip install playwright==1.
|
| 77 |
|
| 78 |
- name: Get Playwright version
|
| 79 |
id: playwright-version
|
|
|
|
| 73 |
- name: Install all browsers dependencies
|
| 74 |
run: |
|
| 75 |
python3 -m pip install --upgrade pip
|
| 76 |
+
python3 -m pip install playwright==1.58.0 patchright==1.58.2
|
| 77 |
|
| 78 |
- name: Get Playwright version
|
| 79 |
id: playwright-version
|
tests/requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
pytest>=2.8.0,<9
|
| 2 |
pytest-cov
|
| 3 |
-
playwright==1.
|
| 4 |
werkzeug<3.0.0
|
| 5 |
pytest-httpbin==2.1.0
|
| 6 |
pytest-asyncio
|
|
|
|
| 1 |
pytest>=2.8.0,<9
|
| 2 |
pytest-cov
|
| 3 |
+
playwright==1.58.0
|
| 4 |
werkzeug<3.0.0
|
| 5 |
pytest-httpbin==2.1.0
|
| 6 |
pytest-asyncio
|
tox.ini
CHANGED
|
@@ -10,8 +10,8 @@ envlist = pre-commit,py{310,311,312,313}
|
|
| 10 |
usedevelop = True
|
| 11 |
changedir = tests
|
| 12 |
deps =
|
| 13 |
-
playwright==1.
|
| 14 |
-
patchright==1.
|
| 15 |
-r{toxinidir}/tests/requirements.txt
|
| 16 |
extras = ai,shell
|
| 17 |
commands =
|
|
|
|
| 10 |
usedevelop = True
|
| 11 |
changedir = tests
|
| 12 |
deps =
|
| 13 |
+
playwright==1.58.0
|
| 14 |
+
patchright==1.58.2
|
| 15 |
-r{toxinidir}/tests/requirements.txt
|
| 16 |
extras = ai,shell
|
| 17 |
commands =
|