mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 13:16:40 +03:00
khal: disable timing based test
This commit is contained in:
parent
e422b37892
commit
2e572b45ae
@ -27,11 +27,6 @@ with python3.pkgs; buildPythonApplication rec {
|
|||||||
freezegun
|
freezegun
|
||||||
];
|
];
|
||||||
nativeBuildInputs = [ setuptools-scm sphinx sphinxcontrib_newsfeed installShellFiles ];
|
nativeBuildInputs = [ setuptools-scm sphinx sphinxcontrib_newsfeed installShellFiles ];
|
||||||
checkInputs = [
|
|
||||||
glibcLocales
|
|
||||||
pytestCheckHook
|
|
||||||
];
|
|
||||||
LC_ALL = "en_US.UTF-8";
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# shell completions
|
# shell completions
|
||||||
@ -51,6 +46,18 @@ with python3.pkgs; buildPythonApplication rec {
|
|||||||
|
|
||||||
doCheck = !stdenv.isAarch64;
|
doCheck = !stdenv.isAarch64;
|
||||||
|
|
||||||
|
checkInputs = [
|
||||||
|
glibcLocales
|
||||||
|
pytestCheckHook
|
||||||
|
];
|
||||||
|
|
||||||
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
|
||||||
|
disabledTests = [
|
||||||
|
# timing based
|
||||||
|
"test_etag"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = stdenv.isDarwin;
|
broken = stdenv.isDarwin;
|
||||||
homepage = "http://lostpackets.de/khal/";
|
homepage = "http://lostpackets.de/khal/";
|
||||||
|
Loading…
Reference in New Issue
Block a user