python37Packages.sentry-sdk: use checkInputs
Instead of buildInputs, as there dependencies are only used in tests.
This commit is contained in:
parent
ce6145dedc
commit
8a9ebc0b4b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ buildPythonPackage rec {
|
|||
sha256 = "f5819df450d7b0696be69a0c6d70a09e4890a3844ee8ccb7a461794135bd5965";
|
||||
};
|
||||
|
||||
buildInputs = [ django flask tornado sanic aiohttp bottle rq falcon pyramid celery ];
|
||||
checkInputs = [ django flask tornado sanic aiohttp bottle rq falcon pyramid celery ];
|
||||
|
||||
propagatedBuildInputs = [ urllib3 certifi ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue