We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0671b88 commit 8bfa41cCopy full SHA for 8bfa41c
pkgs/development/python-modules/ropper/default.nix
@@ -14,6 +14,8 @@ buildPythonApplication rec {
14
inherit pname version;
15
sha256 = "1676e07947a19df9d17002307a7555c2647a4224d6f2869949e8fc4bd18f2e87";
16
};
17
+ # XXX tests rely on user-writeable /dev/shm to obtain process locks and return PermissionError otherwise
18
+ # workaround: sudo chmod 777 /dev/shm
19
checkPhase = ''
20
py.test testcases
21
'';
0 commit comments