radicale: Disable tests on Python 3

This commit is contained in:
Aneesh Agrawal 2017-02-11 15:34:46 -05:00
parent 8ce337fd96
commit 9821f82d7c

View file

@ -15,7 +15,7 @@ pythonPackages.buildPythonApplication rec {
pythonPackages.sqlalchemy
];
doCheck = true;
doCheck = !pythonPackages.isPy3k;
meta = with stdenv.lib; {
homepage = http://www.radicale.org/;