From 7245f5a42fd3c616fd2c01f6c06024626736700c Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 10 Nov 2025 15:56:19 +0100 Subject: [PATCH 1/2] chore: allow Pytest v10 --- local-requirements.txt | 6 +++--- meta.yaml | 2 +- pytest-playwright-asyncio/pyproject.toml | 2 +- pytest-playwright/pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/local-requirements.txt b/local-requirements.txt index 683eaa5..fd6f13e 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -1,5 +1,5 @@ black==24.3.0 -pytest-cov==3.0.0 +pytest-cov==7.0.0 mypy==0.961 build==1.2.2.post1 twine==4.0.1 @@ -7,5 +7,5 @@ wheel==0.38.1 flake8==7.1.1 pre-commit==4.0.1 Django==4.2.24 -pytest-xdist==2.5.0 -pytest-asyncio==1.0.0 +pytest-xdist==3.8.0 +pytest-asyncio==1.2.0 diff --git a/meta.yaml b/meta.yaml index 04ba589..d5f0db4 100644 --- a/meta.yaml +++ b/meta.yaml @@ -22,7 +22,7 @@ requirements: run: - python >=3.10 - microsoft::playwright >=1.37.0 - - pytest >=6.2.4,<9.0.0 + - pytest >=6.2.4,<10.0.0 - pytest-base-url >=1.0.0,<3.0.0 - python-slugify >=6.0.0,<9.0.0 {% if package == 'pytest-playwright-asyncio' %} diff --git a/pytest-playwright-asyncio/pyproject.toml b/pytest-playwright-asyncio/pyproject.toml index 751bc4b..f5e8af6 100644 --- a/pytest-playwright-asyncio/pyproject.toml +++ b/pytest-playwright-asyncio/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dynamic = ["version"] dependencies = [ "playwright>=1.18", - "pytest>=6.2.4,<9.0.0", + "pytest>=6.2.4,<10.0.0", "pytest-base-url>=1.0.0,<3.0.0", "python-slugify>=6.0.0,<9.0.0", "pytest-asyncio>=0.24.0", diff --git a/pytest-playwright/pyproject.toml b/pytest-playwright/pyproject.toml index b199b58..aeaed2f 100644 --- a/pytest-playwright/pyproject.toml +++ b/pytest-playwright/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dynamic = ["version"] dependencies = [ "playwright>=1.18", - "pytest>=6.2.4,<9.0.0", + "pytest>=6.2.4,<10.0.0", "pytest-base-url>=1.0.0,<3.0.0", "python-slugify>=6.0.0,<9.0.0", ] From 51e62d68076c7e409aaae4aea69685d911787a4e Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 10 Nov 2025 16:09:33 +0100 Subject: [PATCH 2/2] test --- local-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-requirements.txt b/local-requirements.txt index fd6f13e..f140b55 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -8,4 +8,4 @@ flake8==7.1.1 pre-commit==4.0.1 Django==4.2.24 pytest-xdist==3.8.0 -pytest-asyncio==1.2.0 +pytest-asyncio==1.3.0