Skip to content

Commit cbc3f63

Browse files
committed
guix: use latest upstream python-certvalidator
This should also allow re-enabling previously failing tests.
1 parent b07fdd7 commit cbc3f63

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

contrib/guix/manifest.scm

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ thus should be able to compile on most platforms where these exist.")
352352
#t)))))))
353353

354354
(define-public python-certvalidator
355-
(let ((commit "e5bdb4bfcaa09fa0af355eb8867d00dfeecba08c"))
355+
(let ((commit "a145bf25eb75a9f014b3e7678826132efbba6213"))
356356
(package
357357
(name "python-certvalidator")
358358
(version (git-version "0.1" "1" commit))
@@ -365,7 +365,7 @@ thus should be able to compile on most platforms where these exist.")
365365
(file-name (git-file-name name commit))
366366
(sha256
367367
(base32
368-
"18pvxkvpkfkzgvfylv0kx65pmxfcv1hpsg03cip93krfvrrl4c75"))))
368+
"1qw2k7xis53179lpqdqyylbcmp76lj7sagp883wmxg5i7chhc96k"))))
369369
(build-system python-build-system)
370370
(propagated-inputs
371371
`(("python-asn1crypto" ,python-asn1crypto)
@@ -401,11 +401,6 @@ thus should be able to compile on most platforms where these exist.")
401401
(string-append indent
402402
"@unittest.skip(\"Disabled by Guix\")\n"
403403
line)))
404-
(substitute* "tests/test_validate.py"
405-
(("^(.*)def test_revocation_mode_soft" line indent)
406-
(string-append indent
407-
"@unittest.skip(\"Disabled by Guix\")\n"
408-
line)))
409404
#t))
410405
(replace 'check
411406
(lambda _

0 commit comments

Comments
 (0)