me
/
guix
Archived
1
0
Fork 0

gnu: python2-fixtures: Remove package.

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

View File

@ -1571,9 +1571,6 @@ protocol.")))
python-fixtures package instead.")
(license (list license:bsd-3 license:asl2.0)))) ; at user's option
(define-public python2-fixtures-bootstrap
(package-with-python2 python-fixtures-bootstrap))
(define-public python-fixtures
(package
(inherit python-fixtures-bootstrap)
@ -1596,9 +1593,6 @@ python-fixtures package instead.")
"Fixtures provides a way to create reusable state, useful when writing
Python tests.")))
(define-public python2-fixtures
(package-with-python2 python-fixtures))
(define-public python-testrepository-bootstrap
(package
(name "python-testrepository-bootstrap")