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

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

                Author: ASF GitHub Bot
            Created on: 20/Sep/18 07:40
            Start Date: 20/Sep/18 07:40
    Worklog Time Spent: 10m 
      Work Description: RobbeSneyders commented on a change in pull request 
#6424: [BEAM-5324] Partially port unpackaged modules to Python 3
URL: https://github.com/apache/beam/pull/6424#discussion_r219062785
 
 

 ##########
 File path: sdks/python/apache_beam/pipeline_test.py
 ##########
 @@ -390,6 +391,8 @@ def process(self, element):
     assert_that(pcoll, equal_to([11, 12]))
     pipeline.run()
 
+  @unittest.skipIf(sys.version_info[0] == 3, 'This test still needs to be '
 
 Review comment:
   Yes, I was cucrrently planning to leave the module specific task open until 
these skips are resolved.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 145943)
    Time Spent: 2.5h  (was: 2h 20m)

> Finish Python 3 porting for unpackaged files
> --------------------------------------------
>
>                 Key: BEAM-5324
>                 URL: https://issues.apache.org/jira/browse/BEAM-5324
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-py-core
>            Reporter: Robbe
>            Assignee: Robbe
>            Priority: Major
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to