Skip to content

Commit 578b5d7

Browse files
tasks: add python3-aiohttp and aioresponses
This seems to be the standard Python asyncio HTTP library. python3-aioresponses is a useful mocking framework for use with pytest. We're going to be using these soon.
1 parent f231290 commit 578b5d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/Containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ RUN dnf -y update && \
3838
procps-ng \
3939
psmisc \
4040
python3 \
41+
python3-aiohttp+speedups \
42+
python3-aioresponses \
4143
python3-build \
4244
python3-flake8 \
4345
python3-pika \

0 commit comments

Comments
 (0)