python3Packages.hebg: disable test_exec_codegen (#519069)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-13 18:31:38 +00:00
committed by GitHub
@@ -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 = {