File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7878 # Falcon supports Python 3.11 since its v3.1.1
7979 pip install "falcon>=3.1.1,<4"
8080 pytest tests/adapter_tests_async/
81- - name : Run tests for HTTP Mode adapters (Asgi )
81+ - name : Run tests for HTTP Mode adapters (ASGI )
8282 run : |
8383 # Requires async test dependencies
8484 pytest tests/adapter_tests/asgi/
Original file line number Diff line number Diff line change 33
44script_dir=$( dirname $0 )
55cd ${script_dir} /.. && \
6- pip install " flake8==5 .0.4 " && \
6+ pip install " flake8==6 .0.0 " && \
77 flake8 slack_bolt/ && flake8 examples/
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ script_dir=$(dirname $0)
55cd ${script_dir} /.. && \
66 pip install -e " .[async]" && \
77 pip install -e " .[adapter]" && \
8- pip install " pytype==2022.11.10 " && \
8+ pip install " pytype==2022.12.15 " && \
99 pytype slack_bolt/
You can’t perform that action at this time.
0 commit comments