Skip to content

Commit

Permalink
okonomiyaki: Mark as broken on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebucatnetzer committed May 25, 2024
1 parent 67e269e commit 9f50f67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/okonomiyaki/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
mock,
packaging,
testfixtures,
pythonAtLeast,
}:

buildPythonPackage rec {
Expand Down Expand Up @@ -58,5 +59,6 @@ buildPythonPackage rec {
description = "An experimental library aimed at consolidating a lot of low-level code used for Enthought's eggs";
maintainers = with maintainers; [ genericnerdyusername ];
license = licenses.bsd3;
broken = pythonAtLeast "3.12"; # multiple tests are failing
};
}

0 comments on commit 9f50f67

Please sign in to comment.