python310Packages.pulumi: remove packages from tests which shouldn't be used

This commit is contained in:
Sandro Jäckel 2022-06-28 19:49:20 +02:00
parent 90735c3e4a
commit 8c373a38ce
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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";