Skip to content

Commit 8bfa41c

Browse files
committedJul 19, 2017
python.pkgs.ropper: document test failure on some setups
cc @bennofs
1 parent 0671b88 commit 8bfa41c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pkgs/development/python-modules/ropper/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ buildPythonApplication rec {
1414
inherit pname version;
1515
sha256 = "1676e07947a19df9d17002307a7555c2647a4224d6f2869949e8fc4bd18f2e87";
1616
};
17+
# XXX tests rely on user-writeable /dev/shm to obtain process locks and return PermissionError otherwise
18+
# workaround: sudo chmod 777 /dev/shm
1719
checkPhase = ''
1820
py.test testcases
1921
'';

0 commit comments

Comments
 (0)
Please sign in to comment.