Skip to content

Commit

Permalink
Pin pytest in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed Nov 18, 2023
1 parent 63d8c47 commit c2fb31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python =
commands = py.test --cov=async_upnp_client --cov-report=term --cov-report=xml:coverage-{env_name}.xml {posargs}
ignore_errors = True
deps =
pytest ~= 7.4.3
pytest == 7.4.3
aiohttp ~= 3.9.0
pytest-asyncio ~= 0.21.1
pytest-aiohttp ~= 1.0.5
Expand Down

0 comments on commit c2fb31b

Please sign in to comment.