Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for git dependencies #2

Closed
sdispater opened this issue Feb 28, 2018 · 1 comment
Closed

Add support for git dependencies #2

sdispater opened this issue Feb 28, 2018 · 1 comment
Labels
area/cli Related to the command line area/installer Related to the dependency installer area/solver Related to the dependency resolver

Comments

@sdispater
Copy link
Member

No description provided.

@sdispater sdispater added area/solver Related to the dependency resolver area/cli Related to the command line area/installer Related to the dependency installer labels Feb 28, 2018
MagicalLas added a commit to MagicalLas/poetry that referenced this issue Nov 7, 2019
…e6fbf466caadd

parent 5f4f0b8
author Las <haho013039@gmail.com> 1573141767 +0900
committer Las-Wonho <haho013039@gmail.com> 1573143303 +0900

# This is a combination of 3 commits.
# This is the 1st commit message:

Update run.py
# This is the commit message python-poetry#2:

Update run.py
# This is the commit message python-poetry#3:

Update run.py
# This is the commit message python-poetry#4:

Update run.py
dimbleby pushed a commit to dimbleby/poetry that referenced this issue Apr 21, 2022
sirosen added a commit to sirosen/poetry that referenced this issue Jan 12, 2023
This is a longer config, but it better demonstrates how
`poetry install --no-root --sync` can be used to sync locked
dependencies to tox environments.

Importantly, it demonstrates the following improvements over the
existing example:
- it does not run commands with `poetry run`, which *looks* correct
  but actually means that the `commands` are executing from the poetry
  environment, rather than the tox environment
- it shows the application of dependency groups to tox environments
- it shows differentiated use of `skip_install` (and thereby
  encourages correct usage in concert with `mypy` in particular, which
  many projects struggle to handle)

The main downside of this new example is that it is longer and more
complex for the very simple cases.

However, if we take "Usecase python-poetry#2" as describing an application (rather
than a library) which wants a developer experience in which locked
dependencies are used for linting and test steps, then this is a more
complete and realistic sample config.
Copy link

github-actions bot commented Mar 3, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/cli Related to the command line area/installer Related to the dependency installer area/solver Related to the dependency resolver
Projects
None yet
Development

No branches or pull requests

1 participant