mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 00:53:01 +00:00
pythonPackages.mysql: disable tests
This commit is contained in:
parent
feec7427e5
commit
44f8a047f1
|
@ -11683,6 +11683,15 @@ in modules // {
|
|||
rev = "refs/tags/pymysql-${version}";
|
||||
sha256 = "12v8bw7pp455zqkwraxk69qycz2ngk18bbz60v72kdbp6kssnqhz";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ unittest2 ];
|
||||
|
||||
checkPhase = ''
|
||||
${python.interpreter} runtests.py
|
||||
'';
|
||||
|
||||
# Wants to connect to MySQL
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
pymysqlsa = self.buildPythonPackage rec {
|
||||
|
|
Loading…
Reference in a new issue