python.pkgs.codecov: 2.0.9 -> 2.1.15
This commit is contained in:
parent
26ea14c4dc
commit
73d381a13a
@ -2,15 +2,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "codecov";
|
pname = "codecov";
|
||||||
version = "2.0.9";
|
version = "2.0.15";
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "037h4dcl8xshlq3rj8409p11rpgnyqrhlhfq8j34s94nm0n1h76v";
|
sha256 = "8ed8b7c6791010d359baed66f84f061bba5bd41174bf324c31311e8737602788";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unittest2 ]; # Tests only
|
checkInputs = [ unittest2 ]; # Tests only
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests coverage ];
|
propagatedBuildInputs = [ requests coverage ];
|
||||||
|
|
||||||
@ -18,6 +17,9 @@ buildPythonPackage rec {
|
|||||||
sed -i 's/, "argparse"//' setup.py
|
sed -i 's/, "argparse"//' setup.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# No tests in archive
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python report uploader for Codecov";
|
description = "Python report uploader for Codecov";
|
||||||
homepage = https://codecov.io/;
|
homepage = https://codecov.io/;
|
||||||
|
Loading…
Reference in New Issue
Block a user