python310Packages.pulumi: remove packages from tests which shouldn't be used
This commit is contained in:
parent
90735c3e4a
commit
8c373a38ce
1 changed files with 0 additions and 8 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue