flaky: init at 3.1.0
This commit is contained in:
parent
64633c2fff
commit
94f1fe35f8
@ -8719,6 +8719,28 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
flaky = buildPythonPackage rec {
|
||||
name = "flaky-${version}";
|
||||
version = "3.1.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/f/flaky/${name}.tar.gz";
|
||||
sha256 = "1x9ixika7wqjj52x8wnsh1vk7jadkdqpx01plj7mlh8slwyq4s41";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ pytest ];
|
||||
buildInputs = with self; [ mock ];
|
||||
|
||||
# waiting for feedback https://github.com/box/flaky/issues/97
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/box/flaky;
|
||||
description = "Plugin for nose or py.test that automatically reruns flaky tests";
|
||||
license = licenses.asl20;
|
||||
};
|
||||
};
|
||||
|
||||
flask = buildPythonPackage {
|
||||
name = "flask-0.10.1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user