pythonPackages.nose-randomly: add checkPhase (#52628)
This commit is contained in:
parent
4ecf1744c9
commit
ff004d0b14
@ -19,6 +19,10 @@ buildPythonPackage rec {
|
|||||||
nose
|
nose
|
||||||
];
|
];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
nosetests
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Nose plugin to randomly order tests and control random.seed";
|
description = "Nose plugin to randomly order tests and control random.seed";
|
||||||
homepage = https://github.com/adamchainz/nose-randomly;
|
homepage = https://github.com/adamchainz/nose-randomly;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user