diff --git a/tox.ini b/tox.ini index 48fe8845..b5acd0df 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =