Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/790#discussion_r163694635
--- Diff: gremlin-python/src/main/jython/tests/conftest.py ---
@@ -65,10 +65,14 @@ def fin():
request.addfinalizer(fin)
return client
[email protected]
[email protected](params=['v2', 'v3'])
--- End diff --
this is good. doesn't help us with radish test problems though. we still
need to do https://issues.apache.org/jira/browse/TINKERPOP-1864 - not sure
what's going on there
---