Test: Update pytest xdist dependency in Sagemaker KFP integration test (#8389)

* fix: stable version

* fix: update python

* fix: update xdist instead of pytest
This commit is contained in:
ananth102 2022-10-27 13:54:19 -07:00 committed by GitHub
parent 7c114a0f18
commit d159475f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ dependencies:
- pip=20.0.*
- awscli=1.18.141
- boto3=1.15.0
- pytest-xdist=2.1.0
- pytest-xdist=3.0.2
- pyyaml=5.3.*
- flake8=3.7.*
- flake8-black=0.1.*

View File

@ -1,6 +1,6 @@
PipelineDefinition: resources/definition/trainingv2_pipeline.py
TestName: ack-training-job
Timeout: 600
Timeout: 1000
ExpectedTrainingImage: ((KMEANS_REGISTRY)).dkr.ecr.((REGION)).amazonaws.com/kmeans:1
Arguments:
region: ((REGION))