[
https://issues.apache.org/jira/browse/BEAM-3713?focusedWorklogId=332766&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-332766
]
ASF GitHub Bot logged work on BEAM-3713:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Oct/19 18:26
Start Date: 23/Oct/19 18:26
Worklog Time Spent: 10m
Work Description: tvalentyn commented on pull request #9756: [BEAM-3713]
Add pytest for unit tests
URL: https://github.com/apache/beam/pull/9756#discussion_r338208964
##########
File path: sdks/python/apache_beam/runners/dataflow/dataflow_runner_test.py
##########
@@ -228,6 +229,8 @@ def test_biqquery_read_streaming_fail(self):
r'source is not currently available'):
p.run()
+ @pytest.mark.skipif(sys.version_info >= (3, 7),
+ reason='TODO(BEAM-8095): Segfaults in Python 3.7')
Review comment:
For problems with this test see:
https://issues.apache.org/jira/browse/BEAM-8397?focusedCommentId=16958087&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16958087
----------------------------------------------------------------
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: 332766)
Time Spent: 10h 20m (was: 10h 10m)
> Consider moving away from nose to nose2 or pytest.
> --------------------------------------------------
>
> Key: BEAM-3713
> URL: https://issues.apache.org/jira/browse/BEAM-3713
> Project: Beam
> Issue Type: Test
> Components: sdk-py-core, testing
> Reporter: Robert Bradshaw
> Assignee: Udi Meiri
> Priority: Minor
> Time Spent: 10h 20m
> Remaining Estimate: 0h
>
> Per
> [https://nose.readthedocs.io/en/latest/|https://nose.readthedocs.io/en/latest/,]
> , nose is in maintenance mode.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)