[
https://issues.apache.org/jira/browse/BEAM-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tibor Kiss updated BEAM-1633:
-----------------------------
Fix Version/s: First stable release
> 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
> Affects Versions: 0.6.0
> Reporter: Tibor Kiss
> Assignee: Tibor Kiss
> Priority: Minor
> Fix For: First stable release
>
>
> 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)