[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/31: gnu: python2-requests-mock: Remove package.
From: |
guix-commits |
Subject: |
22/31: gnu: python2-requests-mock: Remove package. |
Date: |
Fri, 29 Jan 2021 10:59:59 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit cefe8d6026f3c1d5829db2b8cc9f475db8cd39a6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 29 10:26:39 2021 -0500
gnu: python2-requests-mock: Remove package.
* gnu/packages/python-xyz.scm (python2-requests-mock): Delete.
---
gnu/packages/python-web.scm | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index aedd445..b25f567 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2517,17 +2517,8 @@ library.")
(description
"This module provides a building block to stub out the HTTP requests
portions of your testing code.")
- (properties `((python2-variant . ,(delay python2-requests-mock))))
(license license:asl2.0)))
-(define-public python2-requests-mock
- (package (inherit (package-with-python2
- (strip-python2-variant python-requests-mock)))
- (arguments
- `(#:python ,python-2
- ;; FIXME: 'subunit.run discover: error: no such option: --list'
- #:tests? #f))))
-
(define-public python-requests-toolbelt
(package
(name "python-requests-toolbelt")
- branch master updated (b9a54aa -> 23a5dcc), guix-commits, 2021/01/29
- 05/31: gnu: python2-stevedore: Remove package., guix-commits, 2021/01/29
- 01/31: gnu: python2-testresources: Remove package., guix-commits, 2021/01/29
- 02/31: gnu: python2-pylint: Remove package., guix-commits, 2021/01/29
- 04/31: gnu: python2-os-testr: Remove package., guix-commits, 2021/01/29
- 03/31: gnu: python2-behave-web-api: Remove package., guix-commits, 2021/01/29
- 07/31: gnu: python2-falcon: Remove package., guix-commits, 2021/01/29
- 19/31: gnu: python2-lockfile: Remove package., guix-commits, 2021/01/29
- 12/31: gnu: python2-xenon: Remove package., guix-commits, 2021/01/29
- 14/31: gnu: python2-honcho: Remove package., guix-commits, 2021/01/29
- 22/31: gnu: python2-requests-mock: Remove package.,
guix-commits <=
- 16/31: gnu: python2-os-client-config: Remove package., guix-commits, 2021/01/29
- 23/31: gnu: python2-testrepository: Remove package., guix-commits, 2021/01/29
- 24/31: gnu: python2-subunit: Remove package., guix-commits, 2021/01/29
- 26/31: gnu: python2-testtools: Remove package., guix-commits, 2021/01/29
- 28/31: gnu: python2-pbr: Remove package., guix-commits, 2021/01/29
- 06/31: gnu: python2-oslotest: Remove package., guix-commits, 2021/01/29
- 08/31: gnu: python2-falcon-cors: Remove package., guix-commits, 2021/01/29
- 09/31: gnu: python2-cachecontrol: Remove package., guix-commits, 2021/01/29
- 11/31: gnu: python2-apache-libcloud: Remove package., guix-commits, 2021/01/29
- 10/31: gnu: python2-mwclient: Remove package., guix-commits, 2021/01/29