Commit 9ea52898 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.crewai: disable test that fails with an ImportError on load

parent 2f9dd385
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -105,6 +105,9 @@ buildPythonPackage rec {
    "tests/test_crew.py" # require require API keys
    "tests/rag/chromadb/test_client.py" # issue with chromadb
    "tests/telemetry/test_telemetry.py" # telemetry need network access

    # ImportError: cannot import name 'InitFrom' from 'qdrant_client.models'
    "tests/rag/qdrant/test_client.py"
  ];

  disabledTests = [