[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
106/233: gnu: Add python-pytest-tornado.
From: |
guix-commits |
Subject: |
106/233: gnu: Add python-pytest-tornado. |
Date: |
Sun, 24 Apr 2022 23:39:50 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 138bce1163f013ae7e7d8e5282da0d6f5c1f0f38
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 12 23:53:54 2022 -0400
gnu: Add python-pytest-tornado.
* gnu/packages/python-check.scm (python-pytest-tornado): New variable.
---
gnu/packages/python-check.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 6966d96c64..360e34fe14 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1419,6 +1419,36 @@ also ensuring that the notebooks are running without
errors.")
"This package provides a pytest plugin for testing console scripts.")
(license license:expat)))
+(define-public python-pytest-tornado
+ (package
+ (name "python-pytest-tornado")
+ (version "0.8.1")
+ (source (origin
+ (method git-fetch) ;no tests in pypi archive
+ (uri (git-reference
+ (url "https://github.com/eugeniy/pytest-tornado")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "05hgq1m9g35kpc01im7ci1wd85xi1rdxnyms9izjg65c9976zn6x"))))
+ (build-system python-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-vv")))))))
+ (propagated-inputs (list python-pytest python-setuptools python-tornado))
+ (home-page "https://github.com/eugeniy/pytest-tornado")
+ (synopsis "Pytest plugin to ease testing tornado applications")
+ (description
+ "This package provides a py.test plugin providing fixtures and markers to
+simplify testing of asynchronous tornado applications.")
+ (license license:asl2.0)))
+
(define-public python-pytest-tornasync
(package
(name "python-pytest-tornasync")
- 81/233: gnu: Add python-skia-pathops., (continued)
- 81/233: gnu: Add python-skia-pathops., guix-commits, 2022/04/24
- 82/233: gnu: Add python-ufolib2., guix-commits, 2022/04/24
- 84/233: gnu: Add python-ufo2ft., guix-commits, 2022/04/24
- 90/233: gnu: python-click: Update to 8.1.2 and honor TESTS?., guix-commits, 2022/04/24
- 91/233: gnu: python-flask: Update to 2.1.1., guix-commits, 2022/04/24
- 94/233: gnu: pylint: Run tests in parallel., guix-commits, 2022/04/24
- 99/233: gnu: Add python-pytest-forked-next., guix-commits, 2022/04/24
- 101/233: gnu: Add python-ipyparallel-bootstrap., guix-commits, 2022/04/24
- 104/233: gnu: python-jupyter-client: Update to 7.2.2., guix-commits, 2022/04/24
- 105/233: gnu: python-ipykernel: Update to 6.13.0., guix-commits, 2022/04/24
- 106/233: gnu: Add python-pytest-tornado.,
guix-commits <=
- 107/233: gnu: python-ipyparallel: Update to 8.2.1., guix-commits, 2022/04/24
- 108/233: gnu: python-anyio: Update to 3.5.0., guix-commits, 2022/04/24
- 110/233: gnu: python-bleach: Update to 5.0.0., guix-commits, 2022/04/24
- 112/233: gnu: Add texlive-lm-math., guix-commits, 2022/04/24
- 113/233: gnu: python-nbconvert: Update to 6.5.0., guix-commits, 2022/04/24
- 114/233: gnu: Add python-jupyter-server-mathjax., guix-commits, 2022/04/24
- 115/233: gnu: python-nbval: Fix build., guix-commits, 2022/04/24
- 119/233: gnu: Add python-docrepr., guix-commits, 2022/04/24
- 122/233: gnu: Add python-sphinx-theme-builder., guix-commits, 2022/04/24
- 126/233: gnu: Add texlive-cbfonts-fd., guix-commits, 2022/04/24