Skip to content

Commit 6981108

Browse files
author
Trong Nhan Mai
committed
chore: address some test cases with old --deps-resolution flag
1 parent 033a991 commit 6981108

File tree

2 files changed

+2
-2
lines changed
  • tests/integration/cases
    • django_with_dep_resolution_virtual_env_as_input
    • timyarkov_multibuild_test_maven

2 files changed

+2
-2
lines changed

tests/integration/cases/django_with_dep_resolution_virtual_env_as_input/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
- pkg:pypi/[email protected]
5757
- --python-venv
5858
- ./django_venv
59-
- --deps-resolution
59+
- --deps-depth=1
6060
- name: Run macaron verify-policy to check for all transitive dependencies.
6161
kind: verify
6262
options:

tests/integration/cases/timyarkov_multibuild_test_maven/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
2222
- main
2323
- -d
2424
- a8b0efe24298bc81f63217aaa84776c3d48976c5
25-
- --deps-resolution
25+
- --deps-depth=1
2626
- name: Compare dependency resolution result
2727
kind: compare
2828
options:

0 commit comments

Comments
 (0)