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

This commit is contained in:
Fabian Affolter
2025-11-22 22:31:36 +00:00
committed by GitHub
@@ -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 = [