python311Packages.langsmith: attr is linux-only

This commit is contained in:
Fabian Affolter
2024-04-18 10:51:45 +02:00
parent 5d64a42a14
commit 28bf5e76dd
@@ -1,5 +1,6 @@
{
lib,
stdenv,
attr,
buildPythonPackage,
fetchFromGitHub,
@@ -44,10 +45,11 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
attr
freezegun
pytest-asyncio
pytestCheckHook
] ++ lib.optionals stdenv.isLinux [
attr
];
disabledTests = [