python310Packages.certomancer: Disable failing test
after pyhanko-certvalidator update.
This commit is contained in:
@@ -58,6 +58,11 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# pyhanko_certvalidator.errors.DisallowedAlgorithmError
|
||||
"test_validate"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "certomancer" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user