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

This commit is contained in:
Sarah Clark
2025-11-22 14:20:58 -08:00
parent 2f9dd3856b
commit 9ea52898dd
@@ -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 = [