Skip to content

Commit

Permalink
khal: disable tests for now
Browse files Browse the repository at this point in the history
Fixes #15981.
  • Loading branch information
gebner committed Jun 18, 2016
1 parent fc975bc commit 2a16e37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/misc/khal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
with python3Packages;

buildPythonApplication rec {
# Reenable tests for 0.9.0, they are broken at the moment: #15981
version = "0.8.2";
name = "khal-${version}";

Expand Down Expand Up @@ -32,7 +33,7 @@ buildPythonApplication rec {
buildInputs = [ setuptools_scm pytest pkgs.glibcLocales ];

checkPhase = ''
py.test
# py.test
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 2a16e37

Please sign in to comment.