[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/242: gnu: Add python-pytest-enabler-bootstrap.
From: |
guix-commits |
Subject: |
44/242: gnu: Add python-pytest-enabler-bootstrap. |
Date: |
Thu, 12 May 2022 14:14:04 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit e96c2dcabf898c8aaebe4191922cb186f43f376c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 5 13:45:16 2022 -0400
gnu: Add python-pytest-enabler-bootstrap.
* gnu/packages/check.scm (python-pytest-enabler-bootstrap): New variable.
---
gnu/packages/check.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 1db4457dde..135fd671a2 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2200,6 +2200,31 @@ style test suites, summarizing their results, and
providing indication of
failures.")
(license license:ncsa)))
+;;; This is marked as a bootstrap package because it propagates bootstrapped
+;;; versions of jaraco-context and jaraco-functools.
+(define-public python-pytest-enabler-bootstrap
+ (hidden-package
+ (package
+ (name "python-pytest-enabler-bootstrap")
+ (version "1.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest-enabler" version))
+ (sha256
+ (base32 "023ymm0r2gpn5q7aikvx567s507j0zk46w41w6gxb69c688zgs73"))))
+ (build-system python-build-system)
+ (arguments (list #:tests? #f))
+ (propagated-inputs
+ (list python-jaraco-context-bootstrap
+ python-jaraco-functools-bootstrap
+ python-toml))
+ (native-inputs (list python-setuptools-scm))
+ (home-page "https://github.com/jaraco/pytest-enabler")
+ (synopsis "Enable installed pytest plugins")
+ (description "Enable installed pytest plugins")
+ (license license:expat))))
+
(define-public python-pytest-freezegun
(package
(name "python-pytest-freezegun")
- 13/242: gnu: Add texlive-stix2-otf., (continued)
- 13/242: gnu: Add texlive-stix2-otf., guix-commits, 2022/05/12
- 21/242: gnu: Add python-opentype-sanitizer., guix-commits, 2022/05/12
- 17/242: gnu: Add texlive-cs., guix-commits, 2022/05/12
- 28/242: gnu: Add python-booleanoperations., guix-commits, 2022/05/12
- 29/242: gnu: Add python-fontparts-bootstrap., guix-commits, 2022/05/12
- 32/242: gnu: Add python-fontparts., guix-commits, 2022/05/12
- 47/242: gnu: python-importlib-metadata: Update to 4.11.3., guix-commits, 2022/05/12
- 12/242: gnu: Add texlive-paralist., guix-commits, 2022/05/12
- 31/242: gnu: Add python-defcon., guix-commits, 2022/05/12
- 25/242: gnu: python-fonttools-with-test: Rename to python-fonttools-full., guix-commits, 2022/05/12
- 44/242: gnu: Add python-pytest-enabler-bootstrap.,
guix-commits <=
- 42/242: gnu: Add python-types-pytz., guix-commits, 2022/05/12
- 85/242: gnu: Add python-sfdlib., guix-commits, 2022/05/12
- 109/242: gnu: python-nbclient: Update to 0.6.0., guix-commits, 2022/05/12
- 114/242: gnu: Add python-jupyter-server-mathjax., guix-commits, 2022/05/12
- 118/242: gnu: Add python-nbdime., guix-commits, 2022/05/12
- 131/242: gnu: Add texlive-xindy., guix-commits, 2022/05/12
- 129/242: gnu: texlive-latex-geometry: Propagate texlive-latex-graphics., guix-commits, 2022/05/12
- 178/242: gnu: python-amqp: Update to 5.1.1 and enable tests., guix-commits, 2022/05/12
- 193/242: gnu: python-locust: Update to 2.8.6., guix-commits, 2022/05/12
- 215/242: gnu: python-pydata-sphinx-theme: Update to 0.7.2., guix-commits, 2022/05/12