Remove check for PyMySQL from 00-setup #1

Merged
merged 1 commit into from Jun 24, 2016

Conversation

Projects
None yet
2 participants
Contributor

johnsca commented Jun 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).

Remove check for PyMySQL from 00-setup
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).
Owner

marcoceppi commented Jun 24, 2016

LGTM ⛵️

@marcoceppi marcoceppi merged commit e4723c5 into marcoceppi:master Jun 24, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment