python.pkgs.distro: mark as broken
This commit is contained in:
parent
993bad1695
commit
9382d2ea76
@ -4,11 +4,10 @@ buildPythonPackage rec {
|
|||||||
pname = "distro";
|
pname = "distro";
|
||||||
version = "1.4.0";
|
version = "1.4.0";
|
||||||
|
|
||||||
checkInputs = [ pytest pytestcov tox];
|
checkInputs = [ pytest pytestcov ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
touch tox.ini
|
py.test
|
||||||
tox
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
@ -21,5 +20,7 @@ buildPythonPackage rec {
|
|||||||
description = "Linux Distribution - a Linux OS platform information API.";
|
description = "Linux Distribution - a Linux OS platform information API.";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ nand0p ];
|
maintainers = with maintainers; [ nand0p ];
|
||||||
|
# Many failing tests
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user