diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 103e5bdc963c..a73e3adbf0ad 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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 = {