Leo Famulari writes: >> * gnu/packages/patches/python-paste-remove-website-test.patch: New file. > > Indeed, a strange test. > > [...]
Yup :) >> +(define-public python2-paste >> + (package >> + (inherit (strip-python2-variant >> + (package-with-python2 python-paste))) >> + (arguments >> + ;; Tests are back for Python 2! >> + `(#:python ,python-2 >> + #:tests? #t)))) > > Is it really necessary to specify python-2 here? How about re-using the > method you used in python2-anyjson? You're right. Did that, and pushed!