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 4a6d573 commit 1372f87Copy full SHA for 1372f87
.github/workflows/main.yaml
@@ -156,6 +156,7 @@ jobs:
156
run: |
157
pip install -e . --no-deps
158
pip install -e ./${{ matrix.FRIEND }} --no-deps
159
+ pip list
160
161
- name: Test
162
shell: bash -l {0}
ci/environment-friends.yml
@@ -9,7 +9,6 @@ dependencies:
9
- pytest-cov
10
- pytest-mock
11
- pip
12
- - pytest<8
13
- ujson
14
- requests
15
- decorator
@@ -25,5 +24,6 @@ dependencies:
25
24
- google-api-python-client
26
- httpretty
27
- aiobotocore
28
- - "moto >=4,<5"
+ - moto
29
- flask
+ - pyopenssl>=24.0.0
0 commit comments