pypyPackages.psycopg2: disable

This commit is contained in:
Domen Kožar 2014-09-06 17:12:11 +02:00
parent a9d25eae98
commit e69dd3b9aa

View File

@ -5982,6 +5982,7 @@ rec {
psycopg2 = buildPythonPackage rec {
name = "psycopg2-2.5.3";
disabled = isPyPy;
# error: invalid command 'test'
doCheck = false;