Conversation
…-cloud-python into release-api_core-1.6.0
|
CI failure is for |
|
@rchen152 is looking into PyType failures a bit. Locally I have some different failures on runs. The error varies each run which is a bit unusual. |
|
@crwilcox It looks like what's happening is that pytype is somehow finding multiple files named path_template.py (and timeout.py and grpc_helpers.py - the error probably differs because it varies which file pytype discovers first). The other thing I noticed is that the file count in the status message ("Analyzing 53 sources with 0 dependencies") differs from the one I see (28 sources). Any idea why there might be two copies of some source files? EDIT: if there are two files with the same name in different directories, this may be google/pytype#198. |
|
@rchen152 , I rm -rf'd the output dir (pytype_output) between runs so that is probably related? |
This pull request was generated using releasetool.