You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Tibor Kiss (JIRA)" <ji...@apache.org> on 2017/03/07 05:48:34 UTC

[jira] [Created] (BEAM-1633) Move .tox/ directory under target/ in Python SDK

Tibor Kiss created BEAM-1633:
--------------------------------

             Summary: Move .tox/ directory under target/ in Python SDK
                 Key: BEAM-1633
                 URL: https://issues.apache.org/jira/browse/BEAM-1633
             Project: Beam
          Issue Type: Improvement
          Components: sdk-py
            Reporter: Tibor Kiss
            Assignee: Tibor Kiss
            Priority: Minor


Beam uses Maven to initiate the build / test process for all components and the Python SDK relies on Tox to create the test environment. 

Tox's workdir is currently placed under beam/sdks/python/.tox, which is not located in Maven's default build output (target/) directory.
 
Due to the current directory layout maven does not remove Tox  workdir during {{mvn clean}}.

Proposed fix: move .tox directory under beam/sdks/python/target directory.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)