pypyPackages.sqlalchemy_imageattach: disable tests on pypy

This commit is contained in:
Domen Kožar 2014-09-19 21:10:40 +02:00
parent 9cad5e755f
commit cb4d686b1d

View File

@ -8330,6 +8330,7 @@ let
py.test
cd ..
'';
doCheck = !isPyPy; # failures due to sqla version mismatch
meta = {
homepage = https://github.com/crosspop/sqlalchemy-imageattach;