From 621c4239c3ec9a2414c25740f4bde481b0793923 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Thu, 20 Feb 2020 14:23:39 +0100 Subject: [PATCH] pythonPackages.aiohttp: remove pytest-timeout check dependency --- pkgs/development/python-modules/aiohttp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/aiohttp/default.nix b/pkgs/development/python-modules/aiohttp/default.nix index 737d1eec3c21..304a2a362e97 100644 --- a/pkgs/development/python-modules/aiohttp/default.nix +++ b/pkgs/development/python-modules/aiohttp/default.nix @@ -36,7 +36,7 @@ buildPythonPackage rec { }; checkInputs = [ - pytestrunner pytest gunicorn pytest-timeout async_generator pytest_xdist + pytestrunner pytest gunicorn async_generator pytest_xdist pytest-mock pytestcov trustme brotlipy freezegun ];