Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ description = Run unit tests
deps =
-r{toxinidir}/requirements.txt
# renovate: datasource=pypi
pytest==8.4.2
pytest==9.1.1
# renovate: datasource=pypi
coverage[toml]==6.5.0
commands =
Expand Down Expand Up @@ -84,7 +84,7 @@ deps =
# renovate: datasource=pypi
ops==3.3.1
# renovate: datasource=pypi
pytest==8.4.2
pytest==9.1.1
commands =
pytest -v \
-s \
Expand All @@ -103,7 +103,7 @@ deps =
# Pin macaroonbakery due to an issue in 1.3.3 (libjuju depends on this)
macaroonbakery==1.3.2
# renovate: datasource=pypi
pytest==8.4.2
pytest==9.1.1
# Renovate disabled due to issue where later versions drop
# asyncio_event_loop
pytest-asyncio==0.21.2
Expand Down
Loading