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/09 19:50:06 UTC

[1/2] incubator-beam git commit: Add hamcrest dependency.

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk aa603872c -> cf026bb55


Add hamcrest dependency.


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

Branch: refs/heads/python-sdk
Commit: 6bc59fd12b5e2911f501aefdd8083c6bf65d001b
Parents: aa60387
Author: Robert Bradshaw <ro...@google.com>
Authored: Wed Nov 9 10:51:58 2016 -0800
Committer: Robert Bradshaw <ro...@google.com>
Committed: Wed Nov 9 10:51:58 2016 -0800

----------------------------------------------------------------------
 sdks/python/setup.py | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/6bc59fd1/sdks/python/setup.py
----------------------------------------------------------------------
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 1aa3eb3..4010b06 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -97,6 +97,10 @@ REQUIRED_PACKAGES = [
     ]
 
 
+REQUIRED_TEST_PACKAGES = [
+    'pyhamcrest>=1.9,<2.0',
+    ]
+
 setuptools.setup(
     name=PACKAGE_NAME,
     version=PACKAGE_VERSION,
@@ -119,6 +123,7 @@ setuptools.setup(
     setup_requires=['nose>=1.0'],
     install_requires=REQUIRED_PACKAGES,
     test_suite='nose.collector',
+    tests_require=REQUIRED_TEST_PACKAGES,
     zip_safe=False,
     # PyPI package information.
     classifiers=[


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

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


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

Branch: refs/heads/python-sdk
Commit: cf026bb55362f2faa843374bcdd67b7e020b8f87
Parents: aa60387 6bc59fd
Author: Robert Bradshaw <ro...@google.com>
Authored: Wed Nov 9 11:49:43 2016 -0800
Committer: Robert Bradshaw <ro...@google.com>
Committed: Wed Nov 9 11:49:43 2016 -0800

----------------------------------------------------------------------
 sdks/python/setup.py | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------