File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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$
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dynamic = ["version"]
3434
3535[project .optional-dependencies ]
3636test = [
37- " pytest>=7.4.3,<9.1.0 " ,
37+ " pytest~=9.0.2 " ,
3838]
3939
4040[tool .setuptools ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ python =
1313commands = py.test --cov =didl_lite --cov-report =term --cov-report =xml:coverage-{env_name}.xml {posargs}
1414ignore_errors = True
1515deps =
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
3434ignore_errors = True
3535deps =
3636 pylint ~= 3.0.3
37- pytest == 7.4.3
37+ pytest == 9.0.2
3838commands = pylint didl_lite tests
3939
4040[testenv:codespell]
@@ -49,7 +49,7 @@ basepython = python3
4949ignore_errors = True
5050deps =
5151 mypy ~= 1.7.1
52- pytest == 7.4.3
52+ pytest == 9.0.2
5353commands = mypy --ignore-missing-imports didl_lite tests
5454
5555[testenv:black]
You can’t perform that action at this time.
0 commit comments