From a083ab9b0aacea157e18d31c7a3186a032c04d4c Mon Sep 17 00:00:00 2001 From: Weii Wang Date: Tue, 3 Dec 2024 13:42:08 +0800 Subject: [PATCH] pin websockets in integration tests --- tests/integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt index 25ee2882..55b7d2b7 100644 --- a/tests/integration/requirements.txt +++ b/tests/integration/requirements.txt @@ -1,7 +1,6 @@ cosl juju>=2.9,<3 kubernetes>=25.3,<26 -macaroonbakery==1.3.1 pillow pytest==8.1.1 pytest-cov @@ -11,3 +10,4 @@ python-swiftclient requests types-PyYAML types-requests +websockets<14 \ No newline at end of file