Unverified Commit a6ff4a0e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.langchain-classic: disable bulk update (#466330)

parents 30dd9de5 5649ce33
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -103,6 +103,9 @@ buildPythonPackage rec {
    "test_socket_disabled"
  ];

  # Bulk updater selects wrong tag (there is no tag for this yet)
  passthru.skipBulkUpdate = true;

  pythonImportsCheck = [ "langchain_classic" ];

  meta = {