You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/08/31 17:33:43 UTC

[03/11] tinkerpop git commit: add lib/lib64 to norecursedirs in pytest config

add lib/lib64 to norecursedirs in pytest config


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

Branch: refs/heads/master
Commit: d1480314f0994e331e0b6dff2fcebdd998837941
Parents: 5c9d992
Author: davebshow <da...@gmail.com>
Authored: Tue Aug 30 00:06:31 2016 -0400
Committer: davebshow <da...@gmail.com>
Committed: Tue Aug 30 00:06:31 2016 -0400

----------------------------------------------------------------------
 gremlin-python/src/main/jython/setup.cfg | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d1480314/gremlin-python/src/main/jython/setup.cfg
----------------------------------------------------------------------
diff --git a/gremlin-python/src/main/jython/setup.cfg b/gremlin-python/src/main/jython/setup.cfg
index d025b3a..b9e5f22 100644
--- a/gremlin-python/src/main/jython/setup.cfg
+++ b/gremlin-python/src/main/jython/setup.cfg
@@ -22,3 +22,4 @@ test=pytest
 
 [tool:pytest]
 addopts = --junitxml=../python-reports/TEST-native-python.xml
+norecursedirs = '.*', 'build', 'dist', 'CVS', '_darcs', '{arch}', '*.egg' lib lib64