From f435d213981efdc35d7b4678527d10bac4b5b650 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Tue, 30 Jul 2024 01:34:40 +0200 Subject: [PATCH] pythonPackages.clickhouse-driver: drop nose dependency --- pkgs/development/python-modules/clickhouse-driver/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/clickhouse-driver/default.nix b/pkgs/development/python-modules/clickhouse-driver/default.nix index 342b6954958c..6eb3013063f5 100644 --- a/pkgs/development/python-modules/clickhouse-driver/default.nix +++ b/pkgs/development/python-modules/clickhouse-driver/default.nix @@ -7,7 +7,6 @@ freezegun, lz4, mock, - nose, pytestCheckHook, pytest-xdist, pytz, @@ -45,7 +44,6 @@ buildPythonPackage rec { nativeCheckInputs = [ freezegun mock - nose pytest-xdist pytestCheckHook ];