frozendict: disable checks
as there are none
This commit is contained in:
parent
2749531e0f
commit
9c194b1b63
@ -9,6 +9,9 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0ibf1wipidz57giy53dh7mh68f2hz38x8f4wdq88mvxj5pr7jhbp";
|
sha256 = "0ibf1wipidz57giy53dh7mh68f2hz38x8f4wdq88mvxj5pr7jhbp";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# frozendict does not come with tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/slezica/python-frozendict;
|
homepage = https://github.com/slezica/python-frozendict;
|
||||||
description = "An immutable dictionary";
|
description = "An immutable dictionary";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user