Skip to content

Commit 2f24510

Browse files
committed
chore: allow Pytest v10
1 parent 5f48b78 commit 2f24510

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

local-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==24.3.0
2-
pytest-cov==3.0.0
2+
pytest-cov==7.0.0
33
mypy==0.961
44
build==1.2.2.post1
55
twine==4.0.1

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requirements:
2222
run:
2323
- python >=3.10
2424
- microsoft::playwright >=1.37.0
25-
- pytest >=6.2.4,<9.0.0
25+
- pytest >=6.2.4,<10.0.0
2626
- pytest-base-url >=1.0.0,<3.0.0
2727
- python-slugify >=6.0.0,<9.0.0
2828
{% if package == 'pytest-playwright-asyncio' %}

pytest-playwright-asyncio/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
dynamic = ["version"]
2525
dependencies = [
2626
"playwright>=1.18",
27-
"pytest>=6.2.4,<9.0.0",
27+
"pytest>=6.2.4,<10.0.0",
2828
"pytest-base-url>=1.0.0,<3.0.0",
2929
"python-slugify>=6.0.0,<9.0.0",
3030
"pytest-asyncio>=0.24.0",

pytest-playwright/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
dynamic = ["version"]
2525
dependencies = [
2626
"playwright>=1.18",
27-
"pytest>=6.2.4,<9.0.0",
27+
"pytest>=6.2.4,<10.0.0",
2828
"pytest-base-url>=1.0.0,<3.0.0",
2929
"python-slugify>=6.0.0,<9.0.0",
3030
]

0 commit comments

Comments
 (0)