Skip to content

Commit

Permalink
Specify source roots for poetry-core priming
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Feb 6, 2023
1 parent 1c250bb commit eb80074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/primer/packages_to_prime.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"poetry-core": {
"branch": "main",
"directories": ["src/poetry/core"],
"url": "https://github.com/python-poetry/poetry-core"
"url": "https://github.com/python-poetry/poetry-core",
"pylint_additional_args": ["--source-roots=src"]
}
}

0 comments on commit eb80074

Please sign in to comment.