Skip to content
Snippets Groups Projects
Commit f51cfc1a authored by Ned Batchelder's avatar Ned Batchelder
Browse files

Explain the pytest-cov pin

parent e5f5f50a
No related branches found
Tags release-2020-12-18-07.19
No related merge requests found
......@@ -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
......
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