python311Packages.diffusers: remove ruff dependency

This commit is contained in:
Gaetan Lepage 2023-12-14 07:50:23 +01:00
parent e05e5ac9a4
commit 89f3799077

View File

@ -30,7 +30,6 @@
, pytest-xdist , pytest-xdist
, pytestCheckHook , pytestCheckHook
, requests-mock , requests-mock
, ruff
, scipy , scipy
, sentencepiece , sentencepiece
, torchsde , torchsde
@ -99,7 +98,6 @@ buildPythonPackage rec {
pytest-xdist pytest-xdist
pytestCheckHook pytestCheckHook
requests-mock requests-mock
ruff
scipy scipy
sentencepiece sentencepiece
torchsde torchsde
@ -141,6 +139,8 @@ buildPythonPackage rec {
"test_deprecate_stacklevel" "test_deprecate_stacklevel"
# fails due to precision of floating point numbers # fails due to precision of floating point numbers
"test_model_cpu_offload_forward_pass" "test_model_cpu_offload_forward_pass"
# tries to run ruff which we have intentionally removed from nativeCheckInputs
"test_is_copy_consistent"
]; ];
meta = with lib; { meta = with lib; {