python311Packages.diffusers: remove ruff dependency
This commit is contained in:
parent
e05e5ac9a4
commit
89f3799077
1 changed files with 2 additions and 2 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue