You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/05/15 20:16:07 UTC

arrow git commit: ARROW-1033: [Python] pytest discovers scripts/test_leak.py

Repository: arrow
Updated Branches:
  refs/heads/master ba9348fb3 -> 4381845b5


ARROW-1033: [Python] pytest discovers scripts/test_leak.py

Author: Phillip Cloud <cp...@gmail.com>

Closes #689 from cpcloud/ARROW-1033 and squashes the following commits:

60a3bc3 [Phillip Cloud] ARROW-1033: [Python] pytest discovers scripts/test_leak.py


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/4381845b
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/4381845b
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/4381845b

Branch: refs/heads/master
Commit: 4381845b5edf8f41bbebe853e11b18e17531ae4a
Parents: ba9348f
Author: Phillip Cloud <cp...@gmail.com>
Authored: Mon May 15 16:16:01 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Mon May 15 16:16:01 2017 -0400

----------------------------------------------------------------------
 python/setup.cfg | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/4381845b/python/setup.cfg
----------------------------------------------------------------------
diff --git a/python/setup.cfg b/python/setup.cfg
index caae3e0..9b8c7ce 100644
--- a/python/setup.cfg
+++ b/python/setup.cfg
@@ -18,3 +18,6 @@
 [build_sphinx]
 source-dir = doc/
 build-dir  = doc/_build
+
+[tool:pytest]
+addopts = --ignore=scripts