diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index bb4b71944..45fca1d1e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -158,6 +158,8 @@ jobs: cd s3fs git checkout test cd .. + pip install --upgrade "aiobotocore" + pip install --upgrade "botocore" --no-deps pip install -e ./${{ matrix.FRIEND }} --no-deps pip list diff --git a/ci/environment-friends.yml b/ci/environment-friends.yml index b7b89a291..6e6b79a14 100644 --- a/ci/environment-friends.yml +++ b/ci/environment-friends.yml @@ -2,17 +2,28 @@ name: test_env channels: - conda-forge dependencies: + - python=3.12 - pytest - - pytest-asyncio + - pytest-asyncio !=0.22.0 + - pytest-benchmark + - pytest-cov + - pytest-mock - pip - ujson - requests - decorator - pytest-timeout + - google-auth + - aiohttp + - google-auth-oauthlib - flake8 - black + - google-cloud-core + - google-cloud-storage + - google-api-core + - google-api-python-client - httpretty - aiobotocore - moto - flask - - fsspec + - pyopenssl>=24.0.0