[
https://issues.apache.org/jira/browse/BEAM-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15899869#comment-15899869
]
ASF GitHub Bot commented on BEAM-1633:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/beam/pull/2179
> 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)