Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Remove check for PyMySQL from 00-setup #1

Merged
merged 1 commit into from
Jun 24, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 1 addition & 10 deletions tests/setup/00-setup
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ function install_apt_packages() {
}


function check_python_packages() {
if pip3 list | grep -q PyMySQL; then
return 1
fi
}


function install_python_packages() {
# Setup for the generic 010-configs amulet test
# PyMySQL not in main < Vivid, pip it instead
Expand All @@ -58,6 +51,4 @@ if ! check_apt_packages; then
install_apt_packages
fi

if ! check_python_packages; then
install_python_packages
fi
install_python_packages