GitHub user leifurhauks opened a pull request:

    https://github.com/apache/tinkerpop/pull/344

    gremlin_python: generate/build/deps before tests

    Code generation is triggered by Maven before tests are run; dependencies
    (currently aenum, requests) are installed, and the generated package is 
built
    into ${project.build.testOutputDirectory}/Lib, which is added to the
    classpath for the tests via the python.home property. Jython tests
    import the gremlin_python package instead of importing its modules
    directly.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/leifurhauks/incubator-tinkerpop 
python_test_fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/344.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #344
    
----
commit 252e358d7e0acf519e384da590050c6c55369a29
Author: Leifur Halldor Asgeirsson <lasgeirs...@zerofail.com>
Date:   2016-06-22T13:34:41Z

    gremlin_python: generate/build/deps before tests
    
    Code generation is triggered by Maven before tests are run; dependencies
    (currently aenum, requests) are installed, and the generated package is 
built
    into ${project.build.testOutputDirectory}/Lib, which is added to the
    classpath for the tests via the python.home property. Jython tests
    import the gremlin_python package instead of importing its modules
    directly.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to