Skip to content
Snippets Groups Projects
Unverified Commit a59cdc10 authored by Maxim Cournoyer's avatar Maxim Cournoyer
Browse files

gnu: python2-testscenarios: Remove package.

* gnu/packages/check.scm (python2-testscenarios-bootstrap)
(python2-testscenarios): Delete variables.
parent b0020da0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment