Loading pkgs/development/python-modules/crewai/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/crewai/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading