From 3cc5879abc66817a31ea2e986ef4f77d28b20fcb Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Tue, 7 Apr 2015 14:48:28 -0400 Subject: [PATCH] Upgrade rednose TE-779 The latest release of rednose will allow for output of the flaky test repoort. (It was being swallowed in rednose 0.3) Here is the diff: https://github.com/gfxmonk/rednose/compare/version-0.3.1...version-0.4.1 Here is likely the commit we care about most: https://github.com/gfxmonk/rednose/commit/c66b37c92bb02ad8c16cabe7863cf6cb50c70adc --- requirements/edx/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 0e64c20563..3ee94288a3 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -146,7 +146,7 @@ pylint==1.4.2 python-subunit==0.0.16 pyquery==1.2.9 radon==1.2 -rednose==0.3 +rednose==0.4.1 selenium==2.42.1 splinter==0.5.4 testtools==0.9.34