python3Packages.xmlsec: skip failing test on x86_64-darwin
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
|
||||
@@ -70,6 +71,11 @@ buildPythonPackage (finalAttrs: {
|
||||
"tests/test_doc_examples.py"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
|
||||
# AssertionError: memory leak detected
|
||||
"test_reinitialize_module"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "xmlsec" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user