pymysql: disable tests

This commit is contained in:
Domen Kožar 2016-01-24 17:35:12 +01:00 committed by Frederik Rietdijk
parent 44f8a047f1
commit d483ad069f

View file

@ -11678,6 +11678,8 @@ in modules // {
pymysql = buildPythonPackage rec {
name = "pymysql-${version}";
version = "0.6.6";
# expects a local myqsl instance
doCheck = false;
src = pkgs.fetchgit {
url = https://github.com/PyMySQL/PyMySQL.git;
rev = "refs/tags/pymysql-${version}";