mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Merge pull request #2184 from offlinehacker/pkgs/pythonPacakges/sqlalchemy-imageattach_darwin_fix
pythonPackages: sqlalchemy-imageattach, fix tests on darwin
This commit is contained in:
commit
7e37e4b5ee
@ -6976,7 +6976,7 @@ rec {
|
||||
|
||||
checkPhase = ''
|
||||
cd tests
|
||||
export LD_LIBRARY_PATH=${pkgs.imagemagick}/lib
|
||||
export MAGICK_HOME="${pkgs.imagemagick}"
|
||||
export PYTHONPATH=$PYTHONPATH:../
|
||||
py.test
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user