jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/498452 )
Change subject: [tests] Don't use sseclient 0.0.23 ......................................................................
[tests] Don't use sseclient 0.0.23
Bug: T219024 Change-Id: I62902d4b31240afe9bb0f864f1e3f27e65795083 --- M requirements.txt M setup.py 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: D3r1ck01: Looks good to me, approved jenkins-bot: Verified
diff --git a/requirements.txt b/requirements.txt index 788f0bf..1bf8fd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@
# core pagegenerators google >= 1.7 -sseclient >= 0.0.18 +sseclient >= 0.0.18,!=0.0.23
# scripts/script_wui.py: crontab diff --git a/setup.py b/setup.py index ce1b87e..870a872 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ pydocstyle = 'pydocstyle<=3.0.0' if PY2 else 'pydocstyle>=2.5.0' extra_deps = { # Core library dependencies - 'eventstreams': ['sseclient>=0.0.18'], + 'eventstreams': ['sseclient>=0.0.18,!=0.0.23'], 'isbn': ['python-stdnum'], 'Graphviz': ['pydot>=1.2'], 'Google': ['google>=1.7'],
pywikibot-commits@lists.wikimedia.org