Skip to content

Commit fa42b67

Browse files
AnandInguvayeandy
andauthored
Apply suggestions from code review
Co-authored-by: Andy Ye <andyye333@gmail.com>
1 parent d70eee6 commit fa42b67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sdks/python/pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ markers =
4848
# We run these tests with multiple major pyarrow versions (BEAM-11211)
4949
uses_pyarrow: tests that utilize pyarrow in some way
5050
uses_pytorch: tests that utilize pytorch in some way
51-
uses_sklearn: collects for Sklearn RunInference integration test runs.
51+
uses_sklearn: tests that utilize scikit-learn in some way
5252

5353
# Default timeout intended for unit tests.
5454
# If certain tests need a different value, please see the docs on how to

sdks/python/test-suites/direct/common.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ task torchInferenceTest {
211211
args '-c', ". ${envdir}/bin/activate && export FORCE_TORCH_IT=1 && ${runScriptsDir}/run_integration_test.sh $cmdArgs"
212212
}
213213
}
214+
214215
}
215216
// Scikit-learn RunInference IT tests
216217
task sklearnInferenceTest {

0 commit comments

Comments
 (0)