python3Packages.cffi: disable a test on FreeBSD

This commit is contained in:
Audrey Dutcher
2024-11-17 18:15:55 -07:00
parent 8c40720732
commit 77787905e7
@@ -53,6 +53,11 @@ else
nativeCheckInputs = [ pytestCheckHook ];
disabledTests = lib.optionals stdenv.hostPlatform.isFreeBSD [
# https://github.com/python-cffi/cffi/pull/144
"test_dlopen_handle"
];
meta = with lib; {
changelog = "https://github.com/python-cffi/cffi/releases/tag/v${version}";
description = "Foreign Function Interface for Python calling C code";