diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f9e5ed98c..23dc746bf 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -156,6 +156,7 @@ jobs: run: | pip install -e . --no-deps pip install -e ./${{ matrix.FRIEND }} --no-deps + pip list - name: Test shell: bash -l {0} diff --git a/ci/environment-friends.yml b/ci/environment-friends.yml index 114c85444..6e6b79a14 100644 --- a/ci/environment-friends.yml +++ b/ci/environment-friends.yml @@ -9,7 +9,6 @@ dependencies: - pytest-cov - pytest-mock - pip - - pytest<8 - ujson - requests - decorator @@ -25,5 +24,6 @@ dependencies: - google-api-python-client - httpretty - aiobotocore - - "moto >=4,<5" + - moto - flask + - pyopenssl>=24.0.0