Loading pkgs/development/python-modules/pilkit/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ buildPythonPackage rec { postPatch = '' substituteInPlace tox.ini \ --replace " --cov --cov-report term-missing:skip-covered" "" substituteInPlace pilkit/processors/resize.py \ --replace "Image.ANTIALIAS" "Image.Resampling.LANCZOS" ''; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/pilkit/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ buildPythonPackage rec { postPatch = '' substituteInPlace tox.ini \ --replace " --cov --cov-report term-missing:skip-covered" "" substituteInPlace pilkit/processors/resize.py \ --replace "Image.ANTIALIAS" "Image.Resampling.LANCZOS" ''; pythonImportsCheck = [ Loading