From cbc3f63f4184336521b981087840f3f16a1cd11d Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 8 Mar 2022 12:11:13 +0000 Subject: guix: use latest upstream python-certvalidator This should also allow re-enabling previously failing tests. --- contrib/guix/manifest.scm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'contrib') diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index d296eb9543..fd1bec38de 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -352,7 +352,7 @@ thus should be able to compile on most platforms where these exist.") #t))))))) (define-public python-certvalidator - (let ((commit "e5bdb4bfcaa09fa0af355eb8867d00dfeecba08c")) + (let ((commit "a145bf25eb75a9f014b3e7678826132efbba6213")) (package (name "python-certvalidator") (version (git-version "0.1" "1" commit)) @@ -365,7 +365,7 @@ thus should be able to compile on most platforms where these exist.") (file-name (git-file-name name commit)) (sha256 (base32 - "18pvxkvpkfkzgvfylv0kx65pmxfcv1hpsg03cip93krfvrrl4c75")))) + "1qw2k7xis53179lpqdqyylbcmp76lj7sagp883wmxg5i7chhc96k")))) (build-system python-build-system) (propagated-inputs `(("python-asn1crypto" ,python-asn1crypto) @@ -401,11 +401,6 @@ thus should be able to compile on most platforms where these exist.") (string-append indent "@unittest.skip(\"Disabled by Guix\")\n" line))) - (substitute* "tests/test_validate.py" - (("^(.*)def test_revocation_mode_soft" line indent) - (string-append indent - "@unittest.skip(\"Disabled by Guix\")\n" - line))) #t)) (replace 'check (lambda _ -- cgit v1.2.3