mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
radicale: Disable tests on Python 3
This commit is contained in:
parent
8ce337fd96
commit
9821f82d7c
@ -15,7 +15,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
pythonPackages.sqlalchemy
|
pythonPackages.sqlalchemy
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = !pythonPackages.isPy3k;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.radicale.org/;
|
homepage = http://www.radicale.org/;
|
||||||
|
Loading…
Reference in New Issue
Block a user