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
|
# for tests
|
||||||
, tox
|
|
||||||
, go
|
, go
|
||||||
, pulumictl
|
, pulumictl
|
||||||
, bash
|
|
||||||
, pylint
|
, pylint
|
||||||
, pytest
|
, pytest
|
||||||
, pytest-timeout
|
, pytest-timeout
|
||||||
, coverage
|
|
||||||
, black
|
|
||||||
, wheel
|
, wheel
|
||||||
, pytest-asyncio
|
, pytest-asyncio
|
||||||
|
|
||||||
|
@ -55,15 +51,11 @@ buildPythonPackage rec {
|
||||||
pulumi-bin
|
pulumi-bin
|
||||||
pulumictl
|
pulumictl
|
||||||
mypy
|
mypy
|
||||||
bash
|
|
||||||
go
|
go
|
||||||
tox
|
|
||||||
pytest
|
pytest
|
||||||
pytest-timeout
|
pytest-timeout
|
||||||
coverage
|
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
wheel
|
wheel
|
||||||
black
|
|
||||||
];
|
];
|
||||||
|
|
||||||
sourceRoot="source/sdk/python/lib";
|
sourceRoot="source/sdk/python/lib";
|
||||||
|
|
Loading…
Reference in a new issue