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

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