okonomiyaki: Mark as broken on Python 3.12 (#314561)

This commit is contained in:
Andreas Zweili 2024-05-26 23:24:41 +02:00 committed by GitHub
parent 69b7f701f9
commit a8dfb82cb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@
mock,
packaging,
testfixtures,
pythonAtLeast,
}:
buildPythonPackage rec {
@ -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
};
}