gnu: Remove python2-minimock.

* gnu/packages/check.scm (python2-minimock): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 13:41:11 -04:00
parent 2af19eb9b5
commit ae2f3bed76
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -849,9 +849,6 @@ (define-public python-minimock
doctest.")
(license license:expat)))
(define-public python2-minimock
(package-with-python2 python-minimock))
(define-public python-mock
(package
(name "python-mock")