yeandy commented on code in PR #21781:
URL: https://github.com/apache/beam/pull/21781#discussion_r898353971
##########
sdks/python/pytest.ini:
##########
@@ -48,7 +48,7 @@ markers =
# We run these tests with multiple major pyarrow versions (BEAM-11211)
uses_pyarrow: tests that utilize pyarrow in some way
uses_pytorch: tests that utilize pytorch in some way
- it_run_inference: collects for RunInference integration test runs.
+ uses_sklearn: collects for Sklearn RunInference integration test runs.
Review Comment:
To match the above pattern
```suggestion
uses_sklearn: tests that utilize scikit-learn in some way
```
##########
sdks/python/test-suites/direct/common.gradle:
##########
@@ -212,9 +212,30 @@ task torchTests {
}
}
}
+// Scikit-learn RunInference IT tests
Review Comment:
nit: add extra line
```suggestion
}
// Scikit-learn RunInference IT tests
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]