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