python311Packages.langsmith: attr is linux-only
This commit is contained in:
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user