diff --git a/pyproject.toml b/pyproject.toml index 0a3cae3901745cc93909a81b1fbf474e47f4952f..35a787e00ecb55fe677aa7db2aa3f7ae37a32d53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ version = { attr = "satella.__version__" } [project.optional-dependencies] dev = ["pylint", "toml", "requests", "codeclimate-test-reporter", "opentracing"] -test = ["pytest-cov", "pytest-xdist", "pytest", "pytest-forked", "pluggy", "py", "coverage"] +test = ["pytest-cov", "pytest-xdist", "pytest", "pytest-forked", "pluggy", "py", "coverage>4.4"] extras = ["requests", "pyyaml", "toml", "ujson", "cassandra-driver", "opentracing"]