forked from mirrors/nixpkgs
parent
fc975bcffb
commit
2a16e37709
|
@ -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}";
|
||||
|
||||
|
@ -32,7 +33,7 @@ buildPythonApplication rec {
|
|||
buildInputs = [ setuptools_scm pytest pkgs.glibcLocales ];
|
||||
|
||||
checkPhase = ''
|
||||
py.test
|
||||
# py.test
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue