Skip to content
Snippets Groups Projects
Unverified Commit a0066e27 authored by Feanil Patel's avatar Feanil Patel
Browse files

Pin splinter due to failing tests.

parent ca00e763
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment