diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:31:43 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:58:24 -0500 |
commit | a59cdc108b6174c8329efff3626777afc8b35081 (patch) | |
tree | 754679248e360c4a885bc3bbe36624f5bfb9941f /gnu/packages | |
parent | b0020da044307e6cd8300493ab3669e8338bbb06 (diff) |
gnu: python2-testscenarios: Remove package.
* gnu/packages/check.scm (python2-testscenarios-bootstrap)
(python2-testscenarios): Delete variables.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/check.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 71803b9490..ef6dab4d69 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1463,9 +1463,6 @@ compatibility."))) "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 @@ compatibility."))) "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 |