[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/46: gnu: Add python-pytest-aiohttp.
From: |
guix-commits |
Subject: |
07/46: gnu: Add python-pytest-aiohttp. |
Date: |
Tue, 21 Jul 2020 08:49:34 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 3f4bfc3899849d20e4f6181ab4df1c8b0e3285e2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 21 10:51:10 2020 +0300
gnu: Add python-pytest-aiohttp.
* gnu/packages/python-check.scm (python-pytest-aiohttp): New variable.
---
gnu/packages/python-check.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index e3f0f6a..2e3cfe0 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -412,6 +412,27 @@ rounds that are calibrated to the chosen timer.")
service processes for your tests with pytest.")
(license license:expat)))
+(define-public python-pytest-aiohttp
+ (package
+ (name "python-pytest-aiohttp")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest-aiohttp" version))
+ (sha256
+ (base32
+ "0kx4mbs9bflycd8x9af0idcjhdgnzri3nw1qb0vpfyb3751qaaf9"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-pytest" ,python-pytest)))
+ (propagated-inputs
+ `(("python-aiohttp" ,python-aiohttp)))
+ (home-page "https://github.com/aio-libs/pytest-aiohttp/")
+ (synopsis "Pytest plugin for aiohttp support")
+ (description "This package provides a pytest plugin for aiohttp support.")
+ (license license:asl2.0)))
+
(define-public python-pytest-flask
(package
(name "python-pytest-flask")
- branch master updated (938bb06 -> faec049), guix-commits, 2020/07/21
- 01/46: gnu: Add python-atpublic., guix-commits, 2020/07/21
- 03/46: gnu: Add python-importlib-resources., guix-commits, 2020/07/21
- 06/46: gnu: Add python-brotli., guix-commits, 2020/07/21
- 11/46: gnu: Add python-readme-renderer., guix-commits, 2020/07/21
- 12/46: gnu: Add python-geopy., guix-commits, 2020/07/21
- 02/46: gnu: Add python-authres., guix-commits, 2020/07/21
- 07/46: gnu: Add python-pytest-aiohttp.,
guix-commits <=
- 18/46: gnu: Add python-lazr-delegates., guix-commits, 2020/07/21
- 25/46: gnu: Add python-rjsmin., guix-commits, 2020/07/21
- 27/46: gnu: Add python-robot-detection., guix-commits, 2020/07/21
- 04/46: gnu: Add python-dkimpy., guix-commits, 2020/07/21
- 05/46: gnu: Add python-pytest-services., guix-commits, 2020/07/21
- 10/46: gnu: Add python-geographiclib., guix-commits, 2020/07/21
- 09/46: gnu: Add python-blessed., guix-commits, 2020/07/21
- 20/46: gnu: Add python-flufl-lock., guix-commits, 2020/07/21
- 21/46: gnu: Add python-flufl-i18n., guix-commits, 2020/07/21
- 14/46: gnu: Add python-zope-deferredimport., guix-commits, 2020/07/21