python3Packages.nose2: run tests
This commit is contained in:
parent
e324721efd
commit
f9deaf73c2
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, python
|
||||||
, six
|
, six
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, coverage
|
, coverage
|
||||||
@ -20,8 +21,9 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ six coverage ];
|
propagatedBuildInputs = [ six coverage ];
|
||||||
|
|
||||||
# AttributeError: 'module' object has no attribute 'collector'
|
checkPhase = ''
|
||||||
doCheck = false;
|
${python.interpreter} -m unittest
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "nose2 is the next generation of nicer testing for Python";
|
description = "nose2 is the next generation of nicer testing for Python";
|
||||||
|
Loading…
Reference in New Issue
Block a user