Loading pkgs/tools/misc/glasgow/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -58,7 +58,10 @@ python3.pkgs.buildPythonApplication rec { checkPhase = '' # tests attempt to cache bitstreams # for linux: export XDG_CACHE_HOME=$TMPDIR # for darwin: export HOME=$TMPDIR ${python3.interpreter} -W ignore::DeprecationWarning test.py ''; Loading Loading
pkgs/tools/misc/glasgow/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -58,7 +58,10 @@ python3.pkgs.buildPythonApplication rec { checkPhase = '' # tests attempt to cache bitstreams # for linux: export XDG_CACHE_HOME=$TMPDIR # for darwin: export HOME=$TMPDIR ${python3.interpreter} -W ignore::DeprecationWarning test.py ''; Loading