python3Packages.hebg: disable test_exec_codegen (#519069)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user