Skip to content

Commit 5a29294

Browse files
author
Trong Nhan Mai
committed
chore: update django test case
1 parent 6981108 commit 5a29294

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

tests/integration/cases/django_with_dep_resolution_virtual_env_as_input/configurations.ini

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/integration/cases/django_with_dep_resolution_virtual_env_as_input/django_venv/lib64

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/integration/cases/django_with_dep_resolution_virtual_env_as_input/test.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,12 @@ steps:
4848
- name: Run macaron analyze on deps recursively
4949
kind: analyze
5050
options:
51-
main_args:
52-
- --defaults-path
53-
- configurations.ini
5451
command_args:
5552
- -purl
5653
- pkg:pypi/[email protected]
5754
- --python-venv
5855
- ./django_venv
59-
- --deps-depth=1
56+
- --deps-depth=inf
6057
- name: Run macaron verify-policy to check for all transitive dependencies.
6158
kind: verify
6259
options:

0 commit comments

Comments
 (0)