python3Packages.colorlog: 4.6.2 -> 4.7.2
This commit is contained in:
parent
5ecaaf1ba8
commit
f2a260ea4a
@ -1,21 +1,19 @@
|
|||||||
{ lib, stdenv, buildPythonPackage, fetchPypi, pytest }:
|
{ lib
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchPypi
|
||||||
|
, pytestCheckHook
|
||||||
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "colorlog";
|
pname = "colorlog";
|
||||||
version = "4.6.2";
|
version = "4.7.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "54e5f153419c22afc283c130c4201db19a3dbd83221a0f4657d5ee66234a2ea4";
|
sha256 = "0lc2r105hxbyh29dsgczdi379lh57gnbj56jsxi5g9rqcihmpl0q";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
# tests are no longer packaged in pypi
|
|
||||||
doCheck = false;
|
|
||||||
checkPhase = ''
|
|
||||||
py.test -p no:logging
|
|
||||||
'';
|
|
||||||
|
|
||||||
pythonImportsCheck = [ "colorlog" ];
|
pythonImportsCheck = [ "colorlog" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user