Re: [PATCH 13/16] gnu: Add python-nose2.

2016-09-11 Thread David Craven
> +(arguments `(#:tests? #f)) ; 'module' object has no attribute 'collector' > +(native-inputs > + `(("python-setuptools" ,python-setuptools))) > +(inputs > + `(("python-cov-core" ,python-cov-core) > + ("python-pytest-cov" ,python-pytest-cov) > + ("python-six" ,pytho

[PATCH 13/16] gnu: Add python-nose2.

2016-09-11 Thread Efraim Flashner
* gnu/packages/python.scm (python-nose2): New variable. --- gnu/packages/python.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 81c706d..94ebd7d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/