python3Packages.pymemcache: mark broken on 32 bit
Tests fail in serialization/deserialization code.
This commit is contained in:
parent
8db9c4ed3f
commit
335b2990e6
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, zstd
|
||||
, stdenv
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -52,5 +53,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://pymemcache.readthedocs.io/";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
broken = stdenv.is32bit;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue