3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages: sqlalchemy-imageattach, fix tests on darwin

This commit is contained in:
Jaka Hudoklin 2014-04-09 16:10:16 +02:00
parent 0469f92faf
commit 1bb391e2bb

View file

@ -6889,7 +6889,7 @@ rec {
checkPhase = ''
cd tests
export LD_LIBRARY_PATH=${pkgs.imagemagick}/lib
export MAGICK_HOME="${pkgs.imagemagick}"
export PYTHONPATH=$PYTHONPATH:../
py.test
cd ..