I've also encountered that problem before. The nosetests.xml doesn't have the license specified and you have to removed it before running the :rat task locally.
On Wed, Aug 15, 2018 at 4:19 PM Pablo Estrada <[email protected]> wrote: > The files that are causing the failure seem to have been generated. They > are not part of the checked-in source code: > https://github.com/apache/beam/tree/master/sdks/python/container > > Your files are container/vendor/...., and sdks/python/nosetests.xml (which > is generated when running nosetests). > > On Wed, Aug 15, 2018 at 4:11 PM Udi Meiri <[email protected]> wrote: > >> Hi, >> Whenever I run ../../gradlew :rat from the sdks/python directory I get >> errors about unapproved licenses. Example: >> https://scans.gradle.com/s/gdpcgbexwyrpm >> >> This didn't use to be the case a few weeks back. >> Any ideas what could be causing this? >> > -- > Got feedback? go/pabloem-feedback > <https://goto.google.com/pabloem-feedback> >
