mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
python311Packages.pillow: drop pyroma test dependency
It is used for code quality, but the tests case is disabled and pyroma is not compatible with Python 3.12.
This commit is contained in:
parent
96a328c424
commit
8037c388b0
@ -5,7 +5,7 @@
|
||||
, fetchPypi
|
||||
, isPyPy
|
||||
, defusedxml, olefile, freetype, libjpeg, zlib, libtiff, libwebp, libxcrypt, tcl, lcms2, tk, libX11
|
||||
, libxcb, openjpeg, libimagequant, pyroma, numpy, pytestCheckHook, setuptools
|
||||
, libxcb, openjpeg, libimagequant, numpy, pytestCheckHook, setuptools
|
||||
# for passthru.tests
|
||||
, imageio, matplotlib, pilkit, pydicom, reportlab
|
||||
}@args:
|
||||
|
@ -37,7 +37,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ olefile ]
|
||||
++ lib.optionals (lib.versionAtLeast version "8.2.0") [ defusedxml ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook pyroma numpy ];
|
||||
nativeCheckInputs = [ pytestCheckHook numpy ];
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user