[1.23] testing commit (13d5ba3) fails do to missing websockets
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Charmed Kubernetes Testing |
Fix Committed
|
Undecided
|
Adam Dyess |
Bug Description
the requirements.
Uninstalling websockets-7.0:
Successfully uninstalled websockets-7.0
py3 run-test: commands[2] | pytest -v -s --junit-
ImportError while loading conftest '/home/
jobs/integratio
from juju.model import Model
.tox/py3/
import websockets
E ModuleNotFoundE
added environment markers to requirements.txt to address issues installing websockets package /github. com/charmed- kubernetes/ jenkins/ commit/ 13d5ba3add8cb1b 532336d39418131 ab1f0e8709
https:/
These must be maintained in the charmed-kubernetes requirements.txt unless
# The following websocket requirements are environment marked because of juju /github. com/juju/ python- libjuju/ blob/master/ setup.py# L38-L39
# https:/
websockets==7.0 ; python_version < "3.9"
websockets==8.0 ; python_version >= "3.9"