Skip to content

Commit

Permalink
add py3only fixture for sm perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed Sep 11, 2020
1 parent 5dd2de9 commit 867d394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# This test can also be performed for 1 node, but it takes a very long time, and CodeBuild job may expire before the
# test ends.
@pytest.mark.parametrize("num_nodes", [4], indirect=True)
def test_mxnet_sagemaker_training_performance(mxnet_training, num_nodes, region, gpu_only):
def test_mxnet_sagemaker_training_performance(mxnet_training, num_nodes, region, gpu_only, py3_only):
"""
Run MX sagemaker training performance test
Expand Down

0 comments on commit 867d394

Please sign in to comment.