You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this is fixed by limiting the version to <0.8 in 1f5db51
0.91s$ PYTHONPATH=. pytest -xs --cov-report term-missing:skip-covered --cov=coco tests/test_*.py
============================= test session starts ==============================
platform linux -- Python 3.7.1, pytest-4.3.1, py-1.7.0, pluggy-0.8.0
rootdir: /home/travis/build/chime-experiment/coco, inifile:
plugins: cov-2.9.0
collecting ...
==================================== ERRORS ====================================
___________________ ERROR collecting tests/test_blacklist.py ___________________
ImportError while importing test module '/home/travis/build/chime-experiment/coco/tests/test_blacklist.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_blacklist.py:6: in <module>
from coco.blacklist import Blacklist
coco/__init__.py:19: in <module>
from .request_forwarder import RequestForwarder, ExternalForward, CocoForward
coco/request_forwarder.py:13: in <module>
from .metric import start_metrics_server
coco/metric.py:11: in <module>
from prometheus_client.exposition import (
E ImportError: cannot import name '_ThreadingSimpleServer' from 'prometheus_client.exposition' (/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/prometheus_client/exposition.py)
=========================== 1 error in 0.33 seconds ============================
The command "PYTHONPATH=. pytest -xs --cov-report term-missing:skip-covered --cov=coco tests/test_*.py" exited with 1.
cache.2
store build cache
The text was updated successfully, but these errors were encountered:
Currently this is fixed by limiting the version to <0.8 in 1f5db51
The text was updated successfully, but these errors were encountered: