[
https://issues.apache.org/jira/browse/BEAM-3713?focusedWorklogId=598165&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-598165
]
ASF GitHub Bot logged work on BEAM-3713:
----------------------------------------
Author: ASF GitHub Bot
Created on: 17/May/21 18:40
Start Date: 17/May/21 18:40
Worklog Time Spent: 10m
Work Description: udim commented on a change in pull request #14788:
URL: https://github.com/apache/beam/pull/14788#discussion_r633740922
##########
File path:
sdks/python/apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py
##########
@@ -113,7 +113,7 @@ def run_pipeline(self):
return dataflow_exercise_streaming_metrics_pipeline.run(argv)
# Need not run streaming test in batch mode.
- @attr('IT', 'ValidatesRunner', 'sickbay-batch')
+ @attr('IT')
Review comment:
Please change this to:
```
@pytest.mark.it_validatesrunner
@pytest.mark.no_sickbay_batch
```
I want to remove the `@attr('IT')` so it only runs in VR test suites.
--
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: 598165)
Time Spent: 55h 20m (was: 55h 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: Benjamin Gonzalez
> Priority: P3
> Time Spent: 55h 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)