nix-update-source: Disable tests bceause package does not contain any

This commit is contained in:
Sandro Jäckel 2020-12-03 11:15:21 +01:00
parent de499540ae
commit 1d63d74e88
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -12,6 +12,9 @@ python3Packages.buildPythonApplication rec {
};
propagatedBuildInputs = [ nix-prefetch-scripts ];
doCheck = false;
passthru = {
# NOTE: `fetch` should not be used within nixpkgs because it
# uses a non-idiomatic structure. It is provided for use by