Skip to content

Commit

Permalink
pin websockets to <14.0 because of breaking changes in the upstream r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
reneradoi authored Nov 11, 2024
1 parent 18d36ad commit c577048
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ deps =
pytest-operator
pytest-order
lightkube==0.13.0
# pin websockets to <14.0 because of breaking changes in this version
# see also: https://github.com/juju/python-libjuju/issues/1184
websockets<14.0
-r {tox_root}/requirements.txt
commands =
pytest -vv --tb native --log-cli-level=INFO {[vars]tests_path}/integration/{env:TEST_FILE} -s {posargs}

0 comments on commit c577048

Please sign in to comment.