File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ thus should be able to compile on most platforms where these exist.")
352
352
#t )))))))
353
353
354
354
(define-public python-certvalidator
355
- (let ((commit " e5bdb4bfcaa09fa0af355eb8867d00dfeecba08c " ))
355
+ (let ((commit " a145bf25eb75a9f014b3e7678826132efbba6213 " ))
356
356
(package
357
357
(name " python-certvalidator" )
358
358
(version (git-version " 0.1" " 1" commit))
@@ -365,7 +365,7 @@ thus should be able to compile on most platforms where these exist.")
365
365
(file-name (git-file-name name commit))
366
366
(sha256
367
367
(base32
368
- " 18pvxkvpkfkzgvfylv0kx65pmxfcv1hpsg03cip93krfvrrl4c75 " ))))
368
+ " 1qw2k7xis53179lpqdqyylbcmp76lj7sagp883wmxg5i7chhc96k " ))))
369
369
(build-system python-build-system)
370
370
(propagated-inputs
371
371
`((" python-asn1crypto" ,python-asn1crypto)
@@ -401,11 +401,6 @@ thus should be able to compile on most platforms where these exist.")
401
401
(string-append indent
402
402
" @unittest.skip(\" Disabled by Guix\" )\n "
403
403
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)))
409
404
#t ))
410
405
(replace 'check
411
406
(lambda _
You can’t perform that action at this time.
0 commit comments