From 120355982b656c461aa6846a8d3951abdff6cbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 12 Jul 2019 15:35:54 +0200 Subject: [PATCH] tests: Add aioresponses and friends to the test requirements. --- test-requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-requirements.txt b/test-requirements.txt index 8dbc59d..36816bf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,3 +3,6 @@ pytest-flake8 pytest-isort pytest-cov faker +aiohttp +pytest-aiohttp +aioresponses