python3Packages.crewai: disable test that fails with an ImportError on load (#464123)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user