From e8273fb19e632ace44abe0e428b4e2bfc94b0473 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 27 Aug 2022 19:39:02 +0200 Subject: [PATCH] Downgrade to pytest-aiohttp v0.3.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a663c848..34e7c703 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,4 +3,4 @@ pytest==7.0.1 # last version to support Python 3.6 flake8==5.0.4 pytest-timeout==2.1.0 -pytest-aiohttp==1.0.4 +pytest-aiohttp==0.3.0 # last version to support Python 3.6