From 8c373a38ce43793604900c05cc53c382e8114ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 28 Jun 2022 19:49:20 +0200 Subject: [PATCH] python310Packages.pulumi: remove packages from tests which shouldn't be used --- pkgs/development/python-modules/pulumi/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkgs/development/python-modules/pulumi/default.nix b/pkgs/development/python-modules/pulumi/default.nix index 3fb33af8895..52a3cbcf91a 100644 --- a/pkgs/development/python-modules/pulumi/default.nix +++ b/pkgs/development/python-modules/pulumi/default.nix @@ -13,15 +13,11 @@ # for tests -, tox , go , pulumictl -, bash , pylint , pytest , pytest-timeout -, coverage -, black , wheel , pytest-asyncio @@ -55,15 +51,11 @@ buildPythonPackage rec { pulumi-bin pulumictl mypy - bash go - tox pytest pytest-timeout - coverage pytest-asyncio wheel - black ]; sourceRoot="source/sdk/python/lib";