Skip to content

Commit df16871

Browse files
committed
Update pytest everywhere
1 parent 33b0a5a commit df16871

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ repos:
4242
args: [--ignore-missing-imports]
4343
additional_dependencies:
4444
- aiohttp>=3.7.4
45-
- pytest~=6.2.4
45+
- pytest~=9.0.2
4646
files: ^(async_upnp_client|tests)/.+\.py$

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dynamic = ["version"]
3434

3535
[project.optional-dependencies]
3636
test = [
37-
"pytest>=7.4.3,<9.1.0",
37+
"pytest~=9.0.2",
3838
]
3939

4040
[tool.setuptools]

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python =
1313
commands = py.test --cov=didl_lite --cov-report=term --cov-report=xml:coverage-{env_name}.xml {posargs}
1414
ignore_errors = True
1515
deps =
16-
pytest == 7.4.3
16+
pytest == 9.0.2
1717
pytest-asyncio ~= 0.23.2
1818
pytest-cov ~= 4.1.0
1919
coverage ~= 7.3.3
@@ -34,7 +34,7 @@ basepython = python3
3434
ignore_errors = True
3535
deps =
3636
pylint ~= 3.0.3
37-
pytest == 7.4.3
37+
pytest == 9.0.2
3838
commands = pylint didl_lite tests
3939

4040
[testenv:codespell]
@@ -49,7 +49,7 @@ basepython = python3
4949
ignore_errors = True
5050
deps =
5151
mypy ~= 1.7.1
52-
pytest == 7.4.3
52+
pytest == 9.0.2
5353
commands = mypy --ignore-missing-imports didl_lite tests
5454

5555
[testenv:black]

0 commit comments

Comments
 (0)