diff options
Diffstat (limited to 'tests/primer/packages_to_prime.json')
-rw-r--r-- | tests/primer/packages_to_prime.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/primer/packages_to_prime.json b/tests/primer/packages_to_prime.json index 547c3ea58..fa1457773 100644 --- a/tests/primer/packages_to_prime.json +++ b/tests/primer/packages_to_prime.json @@ -61,7 +61,8 @@ }, "poetry-core": { "branch": "main", - "directories": ["src/poetry/core"], - "url": "https://github.com/python-poetry/poetry-core" + "directories": ["src"], + "url": "https://github.com/python-poetry/poetry-core", + "pylint_additional_args": ["--recursive=y", "--source-roots=src"] } } |