From 60a3bc3c3708869fa76ff1e2f70dee2e661153a4 Mon Sep 17 00:00:00 2001 From: Phillip Cloud Date: Mon, 15 May 2017 14:07:49 -0400 Subject: [PATCH] ARROW-1033: [Python] pytest discovers scripts/test_leak.py --- python/setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/setup.cfg b/python/setup.cfg index caae3e081b6..9b8c7cec25c 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