Unverified Commit 54b0f8b9 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.crewai: disable test that fails with an ImportError on load (#464123)

parents 9e388ba3 9ea52898
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 = [