python3Packages.hebg: disable test_exec_codegen

This commit is contained in:
Harinn
2026-05-11 23:31:31 +07:00
parent cda48547b4
commit 13ea07d7d8
@@ -44,6 +44,12 @@ buildPythonPackage rec {
pytest-mock
];
env = lib.optionalAttrs stdenv.hostPlatform.isDarwin { MPLBACKEND = "Agg"; };
disabledTests = [
# exec()'d class no longer leaks into locals() under PEP 667
"test_exec_codegen"
];
pythonImportsCheck = [ "hebg" ];
meta = {