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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: compile flag for installer #88

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

KineticCookie
Copy link

Hi! First PR here 馃槄

I noticed that --compile option used in poetry install is not utilized in venv bundler.

In this PR I added a passthrough of the flag to the installer as in poetry itself:

https://github.com/python-poetry/poetry/blob/d18ca5d2e751d5a44e48da38926662c90bcb23d1/src/poetry/console/commands/install.py#L147



@pytest.mark.parametrize("compile", [True, False])
def test_bundler_passes_compile_flag(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this test check that the compile flag is passed correctly to the installer? If I did not miss anything there is no difference between passing the flag and not passing the flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants