From f51cfc1a88875cc0cd940542d337818f105af624 Mon Sep 17 00:00:00 2001 From: Ned Batchelder <ned@edx.org> Date: Mon, 10 Sep 2018 11:30:06 -0400 Subject: [PATCH] Explain the pytest-cov pin --- 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 e066bd157a5..f142734231d 100644 --- a/requirements/edx/testing.in +++ b/requirements/edx/testing.in @@ -36,7 +36,7 @@ pyquery # jQuery-like API for retrieving fragments of HTML and pysqlite # DB-API 2.0 interface for SQLite 3.x (used as the relational database for most tests) pytest==3.6.3 # Testing framework # Pinned due to https://github.com/pytest-dev/pytest/issues/3749 pytest-attrib # Select tests based on attributes -pytest-cov<2.6 # pytest plugin for measuring code coverage +pytest-cov<2.6 # pytest plugin for measuring code coverage. # Pinned due to https://openedx.atlassian.net/browse/TE-2731 pytest-django==3.1.2 # Django support for pytest pytest-randomly # pytest plugin to randomly order tests pytest-xdist # Parallel execution of tests on multiple CPU cores or hosts -- GitLab