pythonPackages.shapely: run tests from

This commit is contained in:
Domen Kožar 2016-01-24 15:53:21 +01:00
parent baaa62e1a9
commit 4d1405091d

View file

@ -18800,10 +18800,8 @@ in modules // {
sed -i "s|_lgeos = load_dll('geos_c', fallbacks=.*)|_lgeos = load_dll('geos_c', fallbacks=['${pkgs.geos}/lib/libgeos_c.so'])|" shapely/geos.py
'';
# Error when importing extension types. Happens also after install
checkPhase = ''
py.test tests
py.test $out
'';
meta = {