python39Packages.rq: add import check

This commit is contained in:
Sandro Jäckel 2021-08-26 13:56:05 +02:00
parent b2bf78e11b
commit 566823e493
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -15,6 +15,8 @@ buildPythonPackage rec {
# test require a running redis rerver, which is something we can't do yet
doCheck = false;
pythonImportsCheck = [ "rq" ];
propagatedBuildInputs = [ click redis ];
meta = with lib; {