Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove check for PyMySQL from 00-setup #1
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
johnsca commentedJun 24, 2016
pip doesn't actually do any network traffic if a module is already
installed, so there's actually no point in doing the check ourselves.
And it's currently broken (missing ! and runs afoul of pypa/pip#1093 on
trusty).