Thanks for the pointer. I'll dig in to tox docs to see why this isn't happening. Probably something to do with unclean shutdowns.
On Thu, Apr 6, 2017 at 6:10 PM, Vikas RK <[email protected]> wrote: > Those are cython generated files that should be deleted according to > https://github.com/apache/beam/blob/master/sdks/python/tox.ini#L54 > > > > On 6 April 2017 at 17:58, Kenneth Knowles <[email protected]> wrote: > > > Hi all, > > > > It appears that the Python build process creates quite a few files that > are > > not accounted for in our .gitignore and that also trip the RAT check next > > time around. These should be set up so that RAT and git both ignore the > > files. > > > > It is possible that others have defaults that differ from mine, but > > droppings from a recent `mvn verify` include: > > > > sdks/python/apache_beam/coders/coder_impl.c > > sdks/python/apache_beam/coders/coder_impl.so > > sdks/python/apache_beam/coders/stream.c > > sdks/python/apache_beam/coders/stream.so > > sdks/python/apache_beam/metrics/execution.c > > sdks/python/apache_beam/metrics/execution.so > > sdks/python/apache_beam/runners/common.c > > sdks/python/apache_beam/runners/common.so > > sdks/python/apache_beam/transforms/cy_combiners.c > > sdks/python/apache_beam/transforms/cy_combiners.so > > sdks/python/apache_beam/utils/counters.c > > sdks/python/apache_beam/utils/counters.so > > sdks/python/apache_beam/utils/windowed_value.c > > sdks/python/apache_beam/utils/windowed_value.so > > sdks/python/nose-1.3.7-py2.7.egg/ > > > > Can someone who knows the Python SDK build process rectify? > > > > Kenn > > >
