Skip to content

Commit 80fc5cc

Browse files
author
legolas.zhan
committed
fixed ci: pin MarkupSafe==2.0.1 & blinker[flask] (RuntimeError: Signalling support is unavailable because the blinker library is not installed)
1 parent ccfda8f commit 80fc5cc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
pip install flake8 pytest pytest-cov pytest-env
4545
pip install --editable ".[hobbit,hobbit_core]"
4646
pip install celery
47+
pip install "MarkupSafe==2.0.1" blinker[flask]
4748
- run:
4849
name: use flake8 check self
4950
command: flake8 .
@@ -76,6 +77,7 @@ jobs:
7677
pip install flake8 pytest pytest-cov pytest-env
7778
pip install --editable ".[hobbit,hobbit_core]"
7879
pip install celery
80+
pip install "MarkupSafe==2.0.1" blinker[flask]
7981
- run:
8082
name: use flake8 check self
8183
command: flake8 .

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ deps =
2020
sphinx
2121
sphinx-autobuild
2222
flask-sphinx-themes
23+
MarkupSafe==2.0.1
2324
whitelist_externals = make
2425
commands = make html
2526

@@ -36,6 +37,8 @@ deps =
3637
pytest-env
3738
flake8
3839
pipenv
40+
MarkupSafe==2.0.1
41+
blinker[flask]
3942
commands =
4043
flake8 .
4144
# mypy hobbit hobbit_core tests

0 commit comments

Comments
 (0)