Skip to content

Commit 85ced57

Browse files
committed
Bump pytest in more places
1 parent f164f85 commit 85ced57

3 files changed

Lines changed: 6 additions & 6 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$

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
TEST_REQUIRES = [
20-
"pytest>=7.4.3,<9.1.0",
20+
"pytest~=9.0.2",
2121
]
2222

2323

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist = py38, py39, py310, py311, py312, flake8, pylint, codespell, typing, black
3-
3+
44
[gh-actions]
55
python =
66
3.8: py38
@@ -14,7 +14,7 @@ python =
1414
commands = py.test --cov=didl_lite --cov-report=term --cov-report=xml:coverage-{env_name}.xml {posargs}
1515
ignore_errors = True
1616
deps =
17-
pytest == 7.4.3
17+
pytest == 9.0.2
1818
pytest-asyncio ~= 0.23.2
1919
pytest-cov ~= 4.1.0
2020
coverage ~= 7.3.3
@@ -35,7 +35,7 @@ basepython = python3
3535
ignore_errors = True
3636
deps =
3737
pylint ~= 3.0.3
38-
pytest == 7.4.3
38+
pytest == 9.0.2
3939
commands = pylint didl_lite tests
4040

4141
[testenv:codespell]
@@ -50,7 +50,7 @@ basepython = python3
5050
ignore_errors = True
5151
deps =
5252
mypy ~= 1.7.1
53-
pytest == 7.4.3
53+
pytest == 9.0.2
5454
commands = mypy --ignore-missing-imports didl_lite tests
5555

5656
[testenv:black]

0 commit comments

Comments
 (0)