pypyPackages.psycopg2: disable
This commit is contained in:
parent
a9d25eae98
commit
e69dd3b9aa
1 changed files with 1 additions and 0 deletions
|
@ -5982,6 +5982,7 @@ rec {
|
|||
|
||||
psycopg2 = buildPythonPackage rec {
|
||||
name = "psycopg2-2.5.3";
|
||||
disabled = isPyPy;
|
||||
|
||||
# error: invalid command 'test'
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue