pythonPackages.nose-randomly: add checkPhase (#52628)

This commit is contained in:
Mario Rodas 2018-12-23 12:40:51 -05:00 committed by Robert Schütz
parent 4ecf1744c9
commit ff004d0b14

View File

@ -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;