pypyPackages.psycopg2: disable
This commit is contained in:
parent
a9d25eae98
commit
e69dd3b9aa
@ -5982,6 +5982,7 @@ rec {
|
|||||||
|
|
||||||
psycopg2 = buildPythonPackage rec {
|
psycopg2 = buildPythonPackage rec {
|
||||||
name = "psycopg2-2.5.3";
|
name = "psycopg2-2.5.3";
|
||||||
|
disabled = isPyPy;
|
||||||
|
|
||||||
# error: invalid command 'test'
|
# error: invalid command 'test'
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user