Skip to content

Commit e2dac70

Browse files
committed
update requirements
1 parent 822d9f1 commit e2dac70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/canary/scripts/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pushd $E2E_DIR
9494

9595
# run tests
9696
echo "Run Tests"
97-
pytest_args=( -rA -n 15 --dist loadfile --log-cli-level INFO --junitxml ../canary/integration_tests.xml)
97+
pytest_args=( -n 15 --dist loadfile --log-cli-level INFO --junitxml ../canary/integration_tests.xml)
9898
declare pytest_marks
9999
if [[ $SERVICE_REGION =~ ^(eu-north-1|eu-west-3)$ ]]; then
100100
# If select_regions_1 true we run the notebook_instance test

test/e2e/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
acktest @ git+https://github.com/aws-controllers-k8s/test-infra.git@c91073f388b3b42192aac300762fca2542fa39f0
1+
acktest @ git+https://github.com/aws-controllers-k8s/test-infra.git@b9fd0d31598f7cc9e2952d9513501c6c2464b059
22
pytest==8.0.2
33
black>=24.3.0
44
flaky==3.7.0

0 commit comments

Comments
 (0)