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

View File

@ -1,5 +1,6 @@
{ {
lib, lib,
stdenv,
attr, attr,
buildPythonPackage, buildPythonPackage,
fetchFromGitHub, fetchFromGitHub,
@ -44,10 +45,11 @@ buildPythonPackage rec {
]; ];
nativeCheckInputs = [ nativeCheckInputs = [
attr
freezegun freezegun
pytest-asyncio pytest-asyncio
pytestCheckHook pytestCheckHook
] ++ lib.optionals stdenv.isLinux [
attr
]; ];
disabledTests = [ disabledTests = [