fix: pinning the deps version for tox
This commit is contained in:
@@ -10,8 +10,8 @@ envlist = pre-commit,py{310,311,312,313}
|
|||||||
usedevelop = True
|
usedevelop = True
|
||||||
changedir = tests
|
changedir = tests
|
||||||
deps =
|
deps =
|
||||||
playwright>=1.56.0
|
playwright==1.56.0
|
||||||
patchright>=1.56.0
|
patchright==1.56.0
|
||||||
-r{toxinidir}/tests/requirements.txt
|
-r{toxinidir}/tests/requirements.txt
|
||||||
extras = ai,shell
|
extras = ai,shell
|
||||||
commands =
|
commands =
|
||||||
|
|||||||
Reference in New Issue
Block a user