From b04f7f4132f263c9c69a1471aa5830d01db1d5c7 Mon Sep 17 00:00:00 2001 From: "Jason C. Nucciarone" Date: Fri, 15 Dec 2023 09:44:11 -0500 Subject: [PATCH] bugfix: Bump pytest-operator to 0.31.1 Updating integration test dependency resolves error with pytest async plugin. Signed-off-by: Jason C. Nucciarone --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 14fd0b7..7a2bdf6 100644 --- a/tox.ini +++ b/tox.ini @@ -60,7 +60,7 @@ description = Run integration tests deps = juju pytest==7.2.0 - pytest-operator==0.26.0 + pytest-operator==0.31.1 pytest-order==1.1.0 tenacity==8.2.2 -r{toxinidir}/requirements.txt