mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
pythonPackages.pympler: disable tests on Darwin since the included
psutil test needs /proc
This commit is contained in:
parent
eea396ca9b
commit
98fe450553
|
@ -14023,6 +14023,8 @@ in {
|
|||
substituteInPlace ./test/asizeof/test_asizeof.py --replace "self.assert_(not e" "#self.assert_(not e"
|
||||
'';
|
||||
|
||||
doCheck = stdenv.hostPlatform.isLinux;
|
||||
|
||||
meta = {
|
||||
description = "Tool to measure, monitor and analyze memory behavior";
|
||||
homepage = http://pythonhosted.org/Pympler/;
|
||||
|
|
Loading…
Reference in a new issue