python311Packages.langsmith: attr is linux-only

This commit is contained in:
Fabian Affolter 2024-04-18 09:18:31 +02:00
parent 5d64a42a14
commit 28bf5e76dd
1 changed files with 3 additions and 1 deletions

View File

@ -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 = [