You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2016/11/18 21:36:08 UTC

[1/2] incubator-beam git commit: Remove redundant REQUIRED_PACKAGES

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk 3a0f01c8e -> 45b420d82


Remove redundant REQUIRED_PACKAGES


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/329be6e9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/329be6e9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/329be6e9

Branch: refs/heads/python-sdk
Commit: 329be6e9a16bfe865d61c3d6041ec5fb6707fc6a
Parents: 3a0f01c
Author: Ahmet Altay <al...@google.com>
Authored: Thu Nov 17 15:20:08 2016 -0800
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Fri Nov 18 13:35:47 2016 -0800

----------------------------------------------------------------------
 sdks/python/setup.py | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/329be6e9/sdks/python/setup.py
----------------------------------------------------------------------
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index b8034af..1299bbf 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -96,9 +96,6 @@ REQUIRED_PACKAGES = [
     'python-gflags>=2.0,<4.0.0',
     'pyyaml>=3.10,<4.0.0',
     ]
-REQUIRED_TEST_PACKAGES = [
-    'pyhamcrest>=1.9,<2.0',
-    ]
 
 
 REQUIRED_TEST_PACKAGES = [


[2/2] incubator-beam git commit: Closes #1383

Posted by ro...@apache.org.
Closes #1383


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/45b420d8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/45b420d8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/45b420d8

Branch: refs/heads/python-sdk
Commit: 45b420d82aa6f47e3d37f5aa5ba98378cdc01e9c
Parents: 3a0f01c 329be6e
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Fri Nov 18 13:35:48 2016 -0800
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Fri Nov 18 13:35:48 2016 -0800

----------------------------------------------------------------------
 sdks/python/setup.py | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------