On Sun, Dec 11, 2016 at 06:12:27PM +0000, ng0 wrote: > * gnu/packages/python.scm (python-flask-wtf): New variable.
> + (propagated-inputs > + `(("python-flask-babel" ,python-flask-babel) > + ("python-nose" ,python-nose))) Nose is a tool for running unit tests. Should python-nose be a native-input here? Also, I noticed the test suite failed because python-wtforms was not available.