Skip to content

Only cythonize files within apache_beam#2945

Closed
sb2nov wants to merge 1 commit intoapache:masterfrom
sb2nov:BEAM-fix-files-picked-cython
Closed

Only cythonize files within apache_beam#2945
sb2nov wants to merge 1 commit intoapache:masterfrom
sb2nov:BEAM-fix-files-picked-cython

Conversation

@sb2nov
Copy link
Contributor

@sb2nov sb2nov commented May 8, 2017

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    [BEAM-<Jira issue #>] Description of pull request
  • Make sure tests pass via mvn clean verify.
  • Replace <Jira issue #> in the title with the actual Jira issue
    number, if there is one.
  • If this contribution is large, please file an Apache
    Individual Contributor License Agreement.

Sometimes during the cythonization of beam it finds other files in either target/tox which cause the compilation to fail. We should only pick beam files here.

R: @robertwb PTAL

@coveralls
Copy link

Coverage Status

Coverage remained the same at 70.577% when pulling 78ff929 on sb2nov:BEAM-fix-files-picked-cython into 53dd0a5 on apache:master.

@robertwb
Copy link
Contributor

robertwb commented May 8, 2017

LGTM. I'm curious what other .pyx files it was finding...

@sb2nov
Copy link
Contributor Author

sb2nov commented May 8, 2017

I was running tox within a docker container and it kept picking files from sphinx that was installed in the virtualenv sphinx/pycode/pgen2/parse.pyx

@asfgit asfgit closed this in 3f419db May 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants