diff --git a/api/python/setup.py b/api/python/setup.py index a559a99cca..45983865f1 100644 --- a/api/python/setup.py +++ b/api/python/setup.py @@ -85,6 +85,7 @@ def run(self): 'pyarrow>=0.14.1', # as of 7/5/19: linux/circleci bugs on 0.14.0 'pytest==6.*', 'pytest-cov', + 'coverage==6.2', 'pytest-env', 'pytest-subtests', 'responses',