pythonPackages.setuptools-scm-git-archive: Disable tests

This commit is contained in:
Sandro Jäckel 2020-12-23 20:54:09 +01:00
parent bfec86dac4
commit 77d9213735
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -14,6 +14,9 @@ buildPythonPackage rec {
checkInputs = [ pytest ];
doCheck = false;
pythonImportsCheck = [ "setuptools_scm_git_archive" ];
meta = with stdenv.lib; {
description = "setuptools_scm plugin for git archives";
homepage = "https://github.com/Changaco/setuptools_scm_git_archive";