saavannanavati commented on a change in pull request #12257:
URL: https://github.com/apache/beam/pull/12257#discussion_r454738417



##########
File path: sdks/python/setup.py
##########
@@ -193,6 +193,8 @@ def get_version():
     'requests_mock>=1.7,<2.0',
     'tenacity>=5.0.2,<6.0',
     'pytest>=4.4.0,<5.0',
+    # More recent versions of pytest-cov do not support pytest 4.4.0
+    'pytest-cov==2.9.0',

Review comment:
       Alternatively, this could be a dependency only for `py38-cloud`. That 
would make more sense since no other Tox environment requires coverage. Should 
I move it?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to