From dffd802d5ed21e041c2b3f95a1166e92488932b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 28 Aug 2025 12:25:47 -0700 Subject: [PATCH] python3Packages.aiohttp: drop superfluous test dependency We don't run Docker, so we don't need python-on-whales. --- pkgs/development/python-modules/aiohttp/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/aiohttp/default.nix b/pkgs/development/python-modules/aiohttp/default.nix index d39e8318943e..d7203d464870 100644 --- a/pkgs/development/python-modules/aiohttp/default.nix +++ b/pkgs/development/python-modules/aiohttp/default.nix @@ -42,7 +42,6 @@ pytest-mock, pytest-xdist, pytestCheckHook, - python-on-whales, re-assert, trustme, zlib-ng, @@ -119,7 +118,6 @@ buildPythonPackage rec { pytest-mock pytest-xdist pytestCheckHook - python-on-whales re-assert trustme zlib-ng