Commit e7701fc6 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.outlines: disable warning to fix tests on python 3.13

parent 85f148fd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -95,6 +95,11 @@ buildPythonPackage rec {
    tensorflow
  ];

  pytestFlagsArray = [
    # FutureWarning: functools.partial will be a method descriptor in future Python versions; wrap it in enum.member() if you want to preserve the old behavior
    "-Wignore::FutureWarning"
  ];

  disabledTests = [
    # Try to dowload models from Hugging Face Hub
    "test_application_callable_call"