about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2020-02-20 14:23:39 +0100
committerJon <jonringer@users.noreply.github.com>2020-02-20 21:00:46 -0800
commit621c4239c3ec9a2414c25740f4bde481b0793923 (patch)
tree39a910240ae7738cf8bc2613d61b6e9168cda306 /pkgs/development
parent4dd173560d472ff15703d6b5225f08f6dfeb771a (diff)
downloadnixlib-621c4239c3ec9a2414c25740f4bde481b0793923.tar
nixlib-621c4239c3ec9a2414c25740f4bde481b0793923.tar.gz
nixlib-621c4239c3ec9a2414c25740f4bde481b0793923.tar.bz2
nixlib-621c4239c3ec9a2414c25740f4bde481b0793923.tar.lz
nixlib-621c4239c3ec9a2414c25740f4bde481b0793923.tar.xz
nixlib-621c4239c3ec9a2414c25740f4bde481b0793923.tar.zst
nixlib-621c4239c3ec9a2414c25740f4bde481b0793923.zip
pythonPackages.aiohttp: remove pytest-timeout check dependency
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/aiohttp/default.nix2
1 files changed, 1 insertions, 1 deletions
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
   ];