python.pkgs.ropper: document test failure on some setups

cc @bennofs
This commit is contained in:
Jörg Thalheim 2017-07-19 12:31:02 +01:00
parent 0671b88115
commit 8bfa41cbe7

View File

@ -14,6 +14,8 @@ buildPythonApplication rec {
inherit pname version;
sha256 = "1676e07947a19df9d17002307a7555c2647a4224d6f2869949e8fc4bd18f2e87";
};
# XXX tests rely on user-writeable /dev/shm to obtain process locks and return PermissionError otherwise
# workaround: sudo chmod 777 /dev/shm
checkPhase = ''
py.test testcases
'';