mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: python2-testscenarios: Remove package.
* gnu/packages/check.scm (python2-testscenarios-bootstrap) (python2-testscenarios): Delete variables.
This commit is contained in:
parent
b0020da044
commit
a59cdc108b
1 changed files with 0 additions and 6 deletions
|
@ -1463,9 +1463,6 @@ (define-public python-testscenarios-bootstrap
|
|||
"This package is only for bootstrapping. Don't use this.")
|
||||
(license (list license:bsd-3 license:asl2.0)))) ; at the user's option
|
||||
|
||||
(define-public python2-testscenarios-bootstrap
|
||||
(package-with-python2 python-testscenarios-bootstrap))
|
||||
|
||||
(define-public python-testscenarios
|
||||
(package
|
||||
(inherit python-testscenarios-bootstrap)
|
||||
|
@ -1477,9 +1474,6 @@ (define-public python-testscenarios
|
|||
"Testscenarios provides clean dependency injection for Python unittest
|
||||
style tests.")))
|
||||
|
||||
(define-public python2-testscenarios
|
||||
(package-with-python2 python-testscenarios))
|
||||
|
||||
;; Testresources requires python-pbr at runtime, but pbr needs it for its
|
||||
;; own tests. Hence this bootstrap variant.
|
||||
(define-public python-testresources-bootstrap
|
||||
|
|
Loading…
Reference in a new issue