mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
okonomiyaki: Mark as broken on Python 3.12
(cherry picked from commit 9f50f670f7
)
This commit is contained in:
parent
baf5166949
commit
abfc22d4c2
@ -12,6 +12,7 @@
|
|||||||
mock,
|
mock,
|
||||||
packaging,
|
packaging,
|
||||||
testfixtures,
|
testfixtures,
|
||||||
|
pythonAtLeast,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
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";
|
description = "An experimental library aimed at consolidating a lot of low-level code used for Enthought's eggs";
|
||||||
maintainers = with maintainers; [ genericnerdyusername ];
|
maintainers = with maintainers; [ genericnerdyusername ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
broken = pythonAtLeast "3.12"; # multiple tests are failing
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user