From 7b3b9df8d73540e2251cf86912611e362df07e7e Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Fri, 10 Jan 2020 13:45:33 -0800 Subject: [PATCH] Pin coverage to v4 --- circle.yml | 2 +- setup.py | 2 +- test_requirements.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index afca5127..8d233dcd 100644 --- a/circle.yml +++ b/circle.yml @@ -68,7 +68,7 @@ jobs: sudo apt-get update virtualenv venv source venv/bin/activate - pip install coverage + pip install 'coverage<5' - attach_workspace: at: /tmp/workspace - run: diff --git a/setup.py b/setup.py index 8ff3d4b2..54bbd5e7 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # Constants ######################################################### -VERSION = '3.4.5' +VERSION = '3.4.6' # Functions ######################################################### diff --git a/test_requirements.in b/test_requirements.in index 22d22000..24cb8291 100644 --- a/test_requirements.in +++ b/test_requirements.in @@ -13,7 +13,7 @@ webob XBlock>=1.2 Django>=1.11,<2.0 pytest -coverage +coverage<5 pylint pycodestyle -r xblock-sdk/requirements/base.txt