1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python311Packages.langchain-core: add comment for disabled tests

This commit is contained in:
Gaetan Lepage 2024-06-11 16:23:09 +02:00
parent e46ce3db04
commit 7e0f252b93

View file

@ -72,6 +72,8 @@ buildPythonPackage rec {
pytestFlagsArray = [ "tests/unit_tests" ];
disabledTests = [
# Fail for an unclear reason with:
# AssertionError: assert '6a92363c-4ac...-d344769ab6ac' == '09af124a-2ed...-671c64c72b70'
"test_config_traceable_handoff"
"test_config_traceable_async_handoff"
];