[ 
https://issues.apache.org/jira/browse/BEAM-11588?focusedWorklogId=533318&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-533318
 ]

ASF GitHub Bot logged work on BEAM-11588:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Jan/21 01:49
            Start Date: 09/Jan/21 01:49
    Worklog Time Spent: 10m 
      Work Description: codecov[bot] edited a comment on pull request #13712:
URL: https://github.com/apache/beam/pull/13712#issuecomment-757074923


   # [Codecov](https://codecov.io/gh/apache/beam/pull/13712?src=pr&el=h1) Report
   > Merging 
[#13712](https://codecov.io/gh/apache/beam/pull/13712?src=pr&el=desc) (6be5aae) 
into 
[master](https://codecov.io/gh/apache/beam/commit/f0db6e7b2679edc45bb96a0383df0aa857d3e9df?el=desc)
 (f0db6e7) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/beam/pull/13712/graphs/tree.svg?width=650&height=150&src=pr&token=qcbbAh8Fj1)](https://codecov.io/gh/apache/beam/pull/13712?src=pr&el=tree)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #13712   +/-   ##
   =======================================
     Coverage   82.75%   82.75%           
   =======================================
     Files         466      466           
     Lines       57520    57520           
   =======================================
   + Hits        47598    47600    +2     
   + Misses       9922     9920    -2     
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/beam/pull/13712?src=pr&el=tree) | Coverage 
Δ | |
   |---|---|---|
   | 
[sdks/python/apache\_beam/internal/metrics/metric.py](https://codecov.io/gh/apache/beam/pull/13712/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW50ZXJuYWwvbWV0cmljcy9tZXRyaWMucHk=)
 | `86.45% <0.00%> (-1.05%)` | :arrow_down: |
   | 
[sdks/python/apache\_beam/io/iobase.py](https://codecov.io/gh/apache/beam/pull/13712/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW8vaW9iYXNlLnB5)
 | `84.81% <0.00%> (-0.27%)` | :arrow_down: |
   | 
[setup.py](https://codecov.io/gh/apache/beam/pull/13712/diff?src=pr&el=tree#diff-c2V0dXAucHk=)
 | `0.00% <0.00%> (ø)` | |
   | 
[...hon/apache\_beam/runners/direct/test\_stream\_impl.py](https://codecov.io/gh/apache/beam/pull/13712/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9kaXJlY3QvdGVzdF9zdHJlYW1faW1wbC5weQ==)
 | `94.11% <0.00%> (+2.20%)` | :arrow_up: |
   | 
[sdks/python/apache\_beam/utils/interactive\_utils.py](https://codecov.io/gh/apache/beam/pull/13712/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdXRpbHMvaW50ZXJhY3RpdmVfdXRpbHMucHk=)
 | `90.47% <0.00%> (+2.38%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/beam/pull/13712?src=pr&el=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/beam/pull/13712?src=pr&el=footer). Last 
update 
[868a888...6be5aae](https://codecov.io/gh/apache/beam/pull/13712?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 533318)
    Time Spent: 40m  (was: 0.5h)

> beam_PreCommit_PythonDocs_Cron failing
> --------------------------------------
>
>                 Key: BEAM-11588
>                 URL: https://issues.apache.org/jira/browse/BEAM-11588
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures
>            Reporter: Ahmet Altay
>            Assignee: Ning Kang
>            Priority: P0
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Error: 04:13:26 jupyter-client 6.1.10 has requirement jedi<=0.17.2, but you 
> have jedi 0.18.0.
> Example Log: 
> https://ci-beam.apache.org/job/beam_PreCommit_PythonDocs_Cron/584/console
> It seems like this happened due to a new version of jupyter-client released 
> and it is not compatible with jedi 0.18.0 (more here: 
> https://github.com/jupyter/jupyter_client/issues/597)
> Attempting to put an upper limit on jupyter-client did not work 
> (https://github.com/apache/beam/pull/13709) Because ipykernel installs latest 
> version of the jupyter-client first. Current dependency tree looks like 
> (omitting unrelated parts):
> ipykernel==5.4.2
>   - ipython [required: >=5.0.0, installed: 7.19.0]
>     - jedi [required: >=0.10, installed: 0.17.0]
>   - jupyter-client [required: Any, installed: 6.1.10]
>     - jedi [required: <=0.17.2, installed: 0.17.0]
> Potential solutions:
> - Force install jedi <= 0.17.2
> - Force install jupyter-client <= 6.1.7
> Alos, we can probably remove jupyter-client as an explicit dependency, since 
> ipykernel already depends on it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to