Skip to content

Commit

Permalink
python312Packages.equinox: skip failing test on darwin (#372132)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 11, 2025
2 parents 9692553 + dda4c5a commit 55077dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/equinox/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,

Expand Down Expand Up @@ -47,6 +48,11 @@ buildPythonPackage rec {
pytestCheckHook
];

disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
# SystemError: nanobind::detail::nb_func_error_except(): exception could not be translated!
"test_filter"
];

pythonImportsCheck = [ "equinox" ];

meta = {
Expand Down

0 comments on commit 55077dd

Please sign in to comment.