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 ];