mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
pythonPackages.shapely: run tests from
This commit is contained in:
parent
baaa62e1a9
commit
4d1405091d
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user