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

gstqt5
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
1 changed files with 3 additions and 0 deletions

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