We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6d844 commit 892afcbCopy full SHA for 892afcb
src/python/pants/backend/python/subsystems/pytest.py
@@ -34,7 +34,7 @@ def register_options(cls, register):
34
"--pytest-plugins",
35
type=list,
36
advanced=True,
37
- default=["pytest-cov>=2.10.1,<2.11"],
+ default=["pytest-cov>=2.10.1,<2.12"],
38
help=(
39
"Requirement strings for any plugins or additional requirements you'd like to use."
40
),
0 commit comments