Skip to content

Commit 1657ed2

Browse files
authored
chore: support Pytest v9 (#300)
* chore: allow Pytest v10 * test
1 parent 5f48b78 commit 1657ed2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

local-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
66
wheel==0.38.1
77
flake8==7.1.1
88
pre-commit==4.0.1
99
Django==4.2.24
10-
pytest-xdist==2.5.0
11-
pytest-asyncio==1.0.0
10+
pytest-xdist==3.8.0
11+
pytest-asyncio==1.3.0

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)