Skip to content

Commit

Permalink
Change default for [pytest].pytest_plugins to use pytest-cov 2.11.x (
Browse files Browse the repository at this point in the history
…#11514)

[ci skip-rust]
  • Loading branch information
asherf committed Feb 3, 2021
1 parent e6cf57b commit d913629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/python/subsystems/pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def register_options(cls, register):
"--pytest-plugins",
type=list,
advanced=True,
default=["pytest-cov>=2.10.1,<2.11"],
default=["pytest-cov>=2.10.1,<2.12"],
help=(
"Requirement strings for any plugins or additional requirements you'd like to use."
),
Expand Down

0 comments on commit d913629

Please sign in to comment.