Fix conan build caused by failing pyjwt

Ignore a failing thest in the downgraded pyjwt dependency.
See #122461 for another instance of the same problem.
This commit is contained in:
Alexander Krimm 2021-05-12 16:41:18 +02:00 committed by Bjørn Forsman
parent a7ecbfd6d0
commit 362bc6785a

View file

@ -35,6 +35,9 @@ let newPython = python3.override {
inherit version;
sha256 = "8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96";
};
disabledTests = [
"test_ec_verify_should_return_false_if_signature_invalid"
];
});
};
};