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

pip freeze call in compose/cli/__init__.py adds 2s to execution time #5381

Closed
mlowicki opened this issue Nov 16, 2017 · 2 comments
Closed

pip freeze call in compose/cli/__init__.py adds 2s to execution time #5381

mlowicki opened this issue Nov 16, 2017 · 2 comments

Comments

@mlowicki
Copy link

I was checking why running every command of docker-compose takes 2-3s and it turned out that

s_cmd = subprocess.Popen(
is the reason. Maybe we can add some flag to disable such check?

@mlowicki
Copy link
Author

It seems that #5320 tries to already solve this issue.

@shin-
Copy link

shin- commented Nov 16, 2017

Duplicate of #5038

@shin- shin- marked this as a duplicate of #5038 Nov 16, 2017
@shin- shin- closed this as completed Nov 16, 2017
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

No branches or pull requests

2 participants