We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae08015 commit c28f231Copy full SHA for c28f231
.github/workflows/ci-build.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
python setup.py install
27
pip install -U pip
28
- pip install "pytest>=5,<6" "pytest-cov>=2,<3"
+ pip install "pytest>=5,<6" "pytest-cov>=2,<3" "flask_sockets>0.2,<1"
29
- name: Run tests without aiohttp
30
31
pytest tests/slack_bolt/
0 commit comments