pythonPackages.pympler: disable tests on Darwin since the included

psutil test needs /proc
This commit is contained in:
Patrick Callahan 2017-07-20 10:03:09 -07:00
parent eea396ca9b
commit 98fe450553

View file

@ -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/;