Skip to content

Commit

Permalink
fix: pinned macaronbakery and pytest-operator dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bencekov committed Dec 8, 2023
1 parent ad23096 commit 273027e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,15 @@ description = Run scenario tests
[testenv:integration]
description = Run integration tests
deps =
pytest-asyncio==0.21.1
# Remove when pr https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/95 gets merged
macaroonbakery==1.3.2
aiohttp
asyncstdlib
# Libjuju needs to track the juju version
juju ~= 3.1.0
pytest
pytest-operator
# Pinned to fix the issue with pytest-asyncio
pytest-operator==0.31.1
pytest-playwright
lightkube
commands =
Expand Down

0 comments on commit 273027e

Please sign in to comment.