From 6d9f636990b2c80ed3c3192775822e2100b627b7 Mon Sep 17 00:00:00 2001 From: "legolas.zhan" Date: Wed, 18 May 2022 16:15:02 +0800 Subject: [PATCH] fixed ci: pin MarkupSafe==2.0.1 & blinker[flask] (RuntimeError: Signalling support is unavailable because the blinker library is not installed) --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 8aebee9..ef2bc84 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,7 @@ deps = sphinx sphinx-autobuild flask-sphinx-themes + MarkupSafe==2.0.1 whitelist_externals = make commands = make html @@ -36,6 +37,8 @@ deps = pytest-env flake8 pipenv + MarkupSafe==2.0.1 + blinker[flask] commands = flake8 . # mypy hobbit hobbit_core tests