gnu: Remove python2-unittest2.

* gnu/packages/check.scm (python2-unittest2): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-12 20:56:24 -04:00
parent 8a60b34e2b
commit f07cfa3c9a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -953,9 +953,6 @@ (define-public python-unittest2
standard library.")
(license license:psfl)))
(define-public python2-unittest2
(package-with-python2 python-unittest2))
(define-public python-pytest
(package
(name "python-pytest")