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