Skip to content

Commit

Permalink
chore(ci): pin aiobotocore<=2.3.1 for gevent tox tests (backport #3721)…
Browse files Browse the repository at this point in the history
… (#3723)

This is an automatic backport of pull request #3721 done by [Mergify](https://mergify.com).


---


<details>
<summary>Mergify commands and options</summary>

<br />

More conditions and actions can be found in the [documentation](https://docs.mergify.com/).

You can also trigger Mergify actions by commenting on this pull request:

- `@Mergifyio refresh` will re-evaluate the rules
- `@Mergifyio rebase` will rebase this PR on its base branch
- `@Mergifyio update` will merge the base branch into this PR
- `@Mergifyio backport <destination>` will backport this PR on `<destination>` branch

Additionally, on Mergify [dashboard](https://dashboard.mergify.com/) you can:

- look at your merge queues
- generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com
</details>
  • Loading branch information
mergify[bot] authored May 13, 2022
1 parent cd86c61 commit 15d5bda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ deps =
redis210: redis>=2.10,<2.11
sqlalchemy: sqlalchemy
sslmodules3: aiohttp
sslmodules3: aiobotocore
# 2.3.2 included `tests` module in the distribution, pin to 2.3.1 until this issue is resolved
# https://github.com/aio-libs/aiobotocore/issues/937
sslmodules3: aiobotocore<=2.3.1
sslmodules: botocore
sslmodules: requests
sslmodules: elasticsearch
Expand Down

0 comments on commit 15d5bda

Please sign in to comment.