me
/
guix
Archived
1
0
Fork 0

gnu: python2-subunit: Remove package.

* gnu/packages/check.scm (python2-subunit-bootstrap)
(python2-subunit): Delete variables.
master
Maxim Cournoyer 2021-01-29 10:30:38 -05:00
parent d8b88603ee
commit b0020da044
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 6 deletions

View File

@ -1544,9 +1544,6 @@ use of resources by test cases.")))
python-subunit package instead.")
(license (list license:bsd-3 license:asl2.0)))) ; at the user's option
(define-public python2-subunit-bootstrap
(package-with-python2 python-subunit-bootstrap))
(define-public python-subunit
(package
(inherit python-subunit-bootstrap)
@ -1562,9 +1559,6 @@ python-subunit package instead.")
"Python-subunit is a Python implementation of the subunit test streaming
protocol.")))
(define-public python2-subunit
(package-with-python2 python-subunit))
;; Fixtures requires python-pbr at runtime, but pbr uses fixtures for its
;; own tests. Hence this bootstrap variant.
(define-public python-fixtures-bootstrap