diff --git a/src/python/pants/backend/python/subsystems/pytest.py b/src/python/pants/backend/python/subsystems/pytest.py index adebbdfc7031..1bd6b23028ec 100644 --- a/src/python/pants/backend/python/subsystems/pytest.py +++ b/src/python/pants/backend/python/subsystems/pytest.py @@ -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." ),