From 152ee29705325412daeb1bd0683964f25b8d14a5 Mon Sep 17 00:00:00 2001 From: Amber Charitos Date: Mon, 11 Nov 2024 17:26:12 +0000 Subject: [PATCH] pin websockets <14.0 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 6011b2a..07c6dcf 100644 --- a/tox.ini +++ b/tox.ini @@ -38,6 +38,7 @@ deps = pytest-asyncio==0.21.0 trino==0.326.0 apache-ranger==0.0.11 + websockets<14.0 -r{toxinidir}/requirements.txt commands = pytest {[vars]tst_path}integration -v --tb native --ignore={[vars]tst_path}unit --log-cli-level=INFO -s {posargs} @@ -52,6 +53,7 @@ deps = pytest-asyncio==0.21.0 trino==0.326.0 apache-ranger==0.0.11 + websockets<14.0 -r{toxinidir}/requirements.txt commands = pytest {[vars]tst_path}integration/{env:TEST_FILE} -v --tb native --ignore={[vars]tst_path}unit --log-cli-level=INFO -s {posargs}