[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/45: gnu: python-certauth: Add missing inputs and adjust disabled test
From: |
guix-commits |
Subject: |
23/45: gnu: python-certauth: Add missing inputs and adjust disabled tests. |
Date: |
Wed, 29 Jan 2025 04:12:37 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit c1162021cf043f238981fcaf322307522df39abc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 26 10:00:43 2025 +0100
gnu: python-certauth: Add missing inputs and adjust disabled tests.
* gnu/packages/python-crypto.scm (python-certauth)[native-inputs]: Add
nss-certs-for-test.
[arguments]: Adjust list of disabled tests.
Change-Id: I948ad49276fa107efcfe34c8931a047c5d66ad1b
---
gnu/packages/python-crypto.scm | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index bf2262950a..7913d97cff 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice
<me@tobias.gr>
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2015, 2016, 2017, 2019, 2022, 2024 Ricardo Wurmus
<rekado@elephly.net>
+;;; Copyright © 2015, 2016, 2017, 2019, 2022, 2024, 2025 Ricardo Wurmus
<rekado@elephly.net>
;;; Copyright © 2016 Danny Milosavljevic <dannym+a@scratchpost.org>
;;; Copyright © 2016, 2017, 2020 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
@@ -56,6 +56,7 @@
#:use-module (guix build-system python)
#:use-module (guix utils)
#:use-module (gnu packages)
+ #:use-module (gnu packages certs)
#:use-module (gnu packages check)
#:use-module (gnu packages crates-io)
#:use-module (gnu packages crates-tls)
@@ -453,13 +454,7 @@ blake3, a cryptographic hash function.")
;; Those tests uses PKCS12, which has been removed in
;; pyopenssl 23.3.0:
"not test_custom_not_before_not_after"
- "test_ca_cert_in_mem"
- ;; Those tests try to download certificates:
- "test_file_wildcard"
- "test_file_wildcard_subdomains"
- "test_in_mem_parent_wildcard_cert"
- "test_in_mem_parent_wildcard_cert_at_tld"
- "test_in_mem_parent_wildcard_cert_2")
+ "test_ca_cert_in_mem")
" and not "))
#:phases
#~(modify-phases %standard-phases
@@ -472,7 +467,7 @@ blake3, a cryptographic hash function.")
(propagated-inputs
(list python-pyopenssl python-tldextract))
(native-inputs
- (list python-pytest-cov python-setuptools python-wheel))
+ (list nss-certs-for-test python-pytest-cov python-setuptools
python-wheel))
(home-page "https://github.com/ikreymer/certauth")
(synopsis "Certificate authority creation tool")
(description "This package provides a small library, built on top of
- branch python-team created (now a175b3d150), guix-commits, 2025/01/29
- 02/45: gnu: python-pytest-black: Move to python-check., guix-commits, 2025/01/29
- 01/45: gnu: python-pytest-black: Update to 0.6.0., guix-commits, 2025/01/29
- 05/45: gnu: Update references to python3.10 directory., guix-commits, 2025/01/29
- 15/45: gnu: Remove python-parameterized-next., guix-commits, 2025/01/29
- 13/45: gnu: python-objgraph: Adjust inputs., guix-commits, 2025/01/29
- 20/45: gnu: python-uvloop: Fix build, improve style., guix-commits, 2025/01/29
- 21/45: gnu: python-anyio: Adjust inputs, fix build., guix-commits, 2025/01/29
- 24/45: gnu: python-manuel: Update to 1.13.0., guix-commits, 2025/01/29
- 22/45: gnu: python-h2: Fix buld., guix-commits, 2025/01/29
- 23/45: gnu: python-certauth: Add missing inputs and adjust disabled tests.,
guix-commits <=
- 11/45: gnu: python-objgraph: Update to 3.6.2., guix-commits, 2025/01/29
- 03/45: gnu: Add python-3.11., guix-commits, 2025/01/29
- 06/45: gnu: jack-2: Make compatible with Python 3.11., guix-commits, 2025/01/29
- 07/45: gnu: python-pympler: Update to 1.1., guix-commits, 2025/01/29
- 10/45: gnu: python-virtualenv: Update to 20.29.1., guix-commits, 2025/01/29
- 14/45: gnu: python-parameterized: Update to 0.9.0., guix-commits, 2025/01/29
- 16/45: gnu: python-argcomplete: Update to 3.5.3., guix-commits, 2025/01/29
- 30/45: gnu: python-3.11: Build with libxcrypt., guix-commits, 2025/01/29
- 37/45: gnu: python-requests-unixsocket: Update to 0.4.2., guix-commits, 2025/01/29
- 12/45: gnu: python-sphinx: Skip one more test., guix-commits, 2025/01/29