all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 73399@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>,
	Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	Tanguy Le Carrour <tanguy@bioneland.org>,
	jgart <jgart@dismail.de>
Subject: [bug#73399] [PATCH 25/26] gnu: Add python-pytest-cython.
Date: Sat, 21 Sep 2024 00:31:50 +0100	[thread overview]
Message-ID: <8b96432d5999af7bce1c71eab88b104fd4d4abe9.1726874446.git.sharlatanus@gmail.com> (raw)
In-Reply-To: <cover.1726874446.git.sharlatanus@gmail.com>

* gnu/packages/python-check.scm (python-pytest-cython): New variable.

Change-Id: I4f223bb0a88db3fd91bb312dfe4558a075ff8bb2
---
 gnu/packages/python-check.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 4888b42bc1..87a1f452c1 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1784,6 +1784,29 @@ (define-public python-pytest-celery
      "This package provides a shim Pytest plugin to enable a Celery marker.")
     (license license:bsd-3)))
 
+(define-public python-pytest-cython
+  (package
+    (name "python-pytest-cython")
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pytest-cython" version))
+       (sha256
+        (base32 "0ma496dgmmrpgqd3zk6vin29dgajcplh63yqd8jh2a3ai954fr22"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list
+      ;; XXX: 1 error during collection.
+      #:tests? #f ))
+    (propagated-inputs
+     (list python-pytest-8))
+    (home-page "https://github.com/lgpage/pytest-cython")
+    (synopsis "Cython extension modules testing plagin")
+    (description
+     "This package provides a plugin for testing Cython extension modules.")
+    (license license:expat)))
+
 (define-public python-pytest-env
   (package
     (name "python-pytest-env")
-- 
2.46.0





  parent reply	other threads:[~2024-09-20 23:35 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-20 23:29 [bug#73399] [PATCH 00/26] Astronomy update 2024/09 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 01/26] gnu: calcmysky: Update to 0.3.3 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 02/26] gnu: cfitsio: Update to 4.5.0 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 03/26] gnu: siril: Update to 1.2.4 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 04/26] gnu: python-astropy-iers-data: Update to 0.2024.9.16.0.32.21 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 05/26] gnu: python-astropy: Update to 6.1.3 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 06/26] gnu: python-ndcube: Disable failing tests Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 07/26] gnu: python-ginga: Fix tests Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 08/26] gnu: python-crds: Update to 11.18.4 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 09/26] gnu: python-drizzle: Update to 1.15.3 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 10/26] gnu: python-jwst: Update to 1.16.0 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 11/26] gnu: python-pysiaf: Update to 0.23.3 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 12/26] gnu: Add python-sep-pjw Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 13/26] gnu: python-regularizepsf: Update to 0.4.0 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 14/26] gnu: python-sbpy: Update to 0.5.0 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 15/26] gnu: python-stcal: Update to 1.9.0 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 16/26] gnu: python-stdatamodels: Update to 2.1.0 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 17/26] gnu: python-sunpy: Update to 6.0.2 Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 18/26] gnu: Add healpix Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 19/26] gnu: Add libsharp Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 20/26] gnu: Add healpix-cxx Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 21/26] gnu: Add python-metrics-logger Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 22/26] gnu: Add webbpsf-data Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 23/26] gnu: Add python-webbpsf Sharlatan Hellseher
2024-09-20 23:31 ` [bug#73399] [PATCH 24/26] gnu: Add python-ci-watson Sharlatan Hellseher
2024-09-20 23:31 ` Sharlatan Hellseher [this message]
2024-09-21  4:47   ` [bug#73399] [PATCH 25/26] gnu: Add python-pytest-cython jgart via Guix-patches via
2024-09-20 23:31 ` [bug#73399] [PATCH 26/26] gnu: Add python-healpy Sharlatan Hellseher
2024-09-21 13:55 ` [bug#73399] [PATCH v2 00/25] Astronomy update 2024/09 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 01/25] gnu: calcmysky: Update to 0.3.3 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 02/25] gnu: cfitsio: Update to 4.5.0 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 03/25] gnu: siril: Update to 1.2.4 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 04/25] gnu: python-astropy-iers-data: Update to 0.2024.9.16.0.32.21 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 05/25] gnu: python-astropy: Update to 6.1.3 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 06/25] gnu: python-ndcube: Disable failing tests Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 07/25] gnu: python-ginga: Fix tests Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 08/25] gnu: python-crds: Update to 11.18.4 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 09/25] gnu: python-drizzle: Update to 1.15.3 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 10/25] gnu: python-jwst: Update to 1.16.0 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 11/25] gnu: python-pysiaf: Update to 0.23.3 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 12/25] gnu: Add python-sep-pjw Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 13/25] gnu: python-regularizepsf: Update to 0.4.0 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 14/25] gnu: python-sbpy: Update to 0.5.0 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 15/25] gnu: python-stcal: Update to 1.9.0 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 16/25] gnu: python-stdatamodels: Update to 2.1.0 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 17/25] gnu: python-sunpy: Update to 6.0.2 Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 18/25] gnu: Add healpix Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 19/25] gnu: Add libsharp Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 20/25] gnu: Add healpix-cxx Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 21/25] gnu: Add webbpsf-data Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 22/25] gnu: Add python-webbpsf Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 23/25] gnu: Add python-ci-watson Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 24/25] gnu: Add python-pytest-cython Sharlatan Hellseher
2024-09-21 13:55   ` [bug#73399] [PATCH v2 25/25] gnu: Add python-healpy Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8b96432d5999af7bce1c71eab88b104fd4d4abe9.1726874446.git.sharlatanus@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=73399@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=tanguy@bioneland.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.