python37Packages.sentry-sdk: use checkInputs

Instead of buildInputs, as there dependencies are only used in tests.
This commit is contained in:
Ruud van Asseldonk 2019-09-21 09:02:20 +02:00
parent ce6145dedc
commit 8a9ebc0b4b

View File

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