Replies: 2 comments 3 replies
-
It should only be possible with different packages in subdirectories as in the example in #9658 (comment):
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks ! Using your example, [tool.poetry.dependencies]
python = "^3.10"
click1 = {git = "https://github.com/TheSven73/click.git", subdirectory = "click1"}
click2 = {git = "https://github.com/pallets/click.git", subdirectory = "click2"}
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In #9658 (comment), @seeker25 asked if our executor class can correctly handle forked repos with the same name. It currently cannot.
However, I can't seem to find a way to actually do this. The other Poetry layers don't seem let me (which is a good thing!)
@gustavgransbo @radoering can you think of a way to trigger a problem with a forked repo?
Beta Was this translation helpful? Give feedback.
All reactions