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 <rober...@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 = [

Reply via email to