Commit 4d011cb1 authored by Serge Bazanski's avatar Serge Bazanski Committed by Austin Seipp
Browse files

glasgow: fix tests on darwin

parent d2aef1a1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
  '';