mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python2-requests-mock: Remove package.
* gnu/packages/python-xyz.scm (python2-requests-mock): Delete.
This commit is contained in:
parent
27915b48bf
commit
cefe8d6026
1 changed files with 0 additions and 9 deletions
|
@ -2517,17 +2517,8 @@ (define-public python-requests-mock
|
||||||
(description
|
(description
|
||||||
"This module provides a building block to stub out the HTTP requests
|
"This module provides a building block to stub out the HTTP requests
|
||||||
portions of your testing code.")
|
portions of your testing code.")
|
||||||
(properties `((python2-variant . ,(delay python2-requests-mock))))
|
|
||||||
(license license:asl2.0)))
|
(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
|
(define-public python-requests-toolbelt
|
||||||
(package
|
(package
|
||||||
(name "python-requests-toolbelt")
|
(name "python-requests-toolbelt")
|
||||||
|
|
Loading…
Reference in a new issue