mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
python39Packages.rq: add import check
This commit is contained in:
parent
b2bf78e11b
commit
566823e493
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user