tumblrcap: nose-cov removed from nixpkgs

This commit is contained in:
Luke Granger-Brown 2024-09-09 00:20:20 +00:00
parent 9fb83db80c
commit 8c75a20274

View file

@ -19,9 +19,11 @@ let
requests_oauthlib requests_oauthlib
]; ];
doCheck = false;
checkInputs = with ps; [ checkInputs = with ps; [
nose nose
nose-cov #nose-cov
mock mock
]; ];
}; };