You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2019/03/21 17:10:44 UTC

[beam] branch master updated: Fix pyhamcrest import missing

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d1d181a  Fix pyhamcrest import missing
     new 3372745  Merge pull request #8107 from Ardagan/FixHamcrest
d1d181a is described below

commit d1d181a1d4e6e4b9f20ddba86d58567f6ac4c15a
Author: Mikhail Gryzykhin <mi...@google.com>
AuthorDate: Thu Mar 21 08:13:32 2019 -0700

    Fix pyhamcrest import missing
---
 sdks/python/container/base_image_requirements.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sdks/python/container/base_image_requirements.txt b/sdks/python/container/base_image_requirements.txt
index bf311d2..1f3e7d6 100644
--- a/sdks/python/container/base_image_requirements.txt
+++ b/sdks/python/container/base_image_requirements.txt
@@ -70,4 +70,5 @@ setuptools<=39.1.0 # requirement for Tensorflow.
 tensorflow==1.11.0
 
 # Packages needed for testing.
-tenacity>=5.0.2
\ No newline at end of file
+tenacity>=5.0.2
+pyhamcrest<2.0,>=1.9