From a0066e276d915fb2e790f58fc9ddf1d3876ca149 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 4 Dec 2018 11:34:40 -0500 Subject: [PATCH] Pin splinter due to failing tests. --- requirements/edx/testing.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx/testing.in b/requirements/edx/testing.in index f142734231..b00249fd66 100644 --- a/requirements/edx/testing.in +++ b/requirements/edx/testing.in @@ -43,7 +43,7 @@ pytest-xdist # Parallel execution of tests on multiple CPU cores or radon # Calculates cyclomatic complexity of Python code (code quality utility) selenium # Browser automation library, used for acceptance tests singledispatch # Backport of functools.singledispatch from Python 3.4+, used in tests of XBlock rendering -splinter # Browser driver used by lettuce +splinter==0.9.0 # Browser driver used by lettuce - pinned because splinter==0.10.0 breaks lettuce tests. EDUCATOR-3795 testfixtures # Provides a LogCapture utility used by several tests tox # virtualenv management for tests tox-battery # Makes tox aware of requirements file changes