mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
pythonPackages.setuptools-scm-git-archive: Disable tests
This commit is contained in:
parent
bfec86dac4
commit
77d9213735
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue