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

[1/2] incubator-beam git commit: Remove egg_info from setup.cfg

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk 600684865 -> e39bf3ff4


Remove egg_info from setup.cfg


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

Branch: refs/heads/python-sdk
Commit: 44145bbe02d6cea5c8ecdf7bdcd203f1e54b293e
Parents: 6006848
Author: Ahmet Altay <al...@google.com>
Authored: Tue Aug 16 09:53:00 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Aug 17 17:48:47 2016 -0700

----------------------------------------------------------------------
 pom.xml               | 1 +
 sdks/python/setup.cfg | 2 --
 sdks/python/tox.ini   | 3 ---
 3 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/44145bbe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index afe24ee..d509167 100644
--- a/pom.xml
+++ b/pom.xml
@@ -795,6 +795,7 @@
               <exclude>**/test/**/.placeholder</exclude>
               <exclude>.repository/**/*</exclude>
               <exclude>**/nose-*.egg/**/*</exclude>
+              <exclude>**/.tox/**/*</exclude>
 
               <!-- Default eclipse excludes neglect subprojects -->
               <exclude>**/.checkstyle</exclude>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/44145bbe/sdks/python/setup.cfg
----------------------------------------------------------------------
diff --git a/sdks/python/setup.cfg b/sdks/python/setup.cfg
index fcfe003..547a74b 100644
--- a/sdks/python/setup.cfg
+++ b/sdks/python/setup.cfg
@@ -26,5 +26,3 @@ verbosity=2
 # fast_coders_test and typecoders_test.
 exclude=fast_coders_test|typecoders_test
 
-[egg_info]
-egg_base = target

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/44145bbe/sdks/python/tox.ini
----------------------------------------------------------------------
diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index cba9626..5a2572e 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -17,9 +17,6 @@
 
 [tox]
 envlist = py27
-toxworkdir={toxinidir}/target/tox
-distdir={toxinidir}/target/dist
-distshare={toxinidir}/target/distshare
 
 [pep8]
 # Disable all errors and warnings except for the ones related to blank lines.


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

Posted by dh...@apache.org.
Closes #836


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

Branch: refs/heads/python-sdk
Commit: e39bf3ff4df86f8f27467cf8b644db1d4ea5efe5
Parents: 6006848 44145bb
Author: Dan Halperin <dh...@google.com>
Authored: Wed Aug 17 17:48:48 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Aug 17 17:48:48 2016 -0700

----------------------------------------------------------------------
 pom.xml               | 1 +
 sdks/python/setup.cfg | 2 --
 sdks/python/tox.ini   | 3 ---
 3 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------