python3Packages.taxi: disable failing tests (#458326)

This commit is contained in:
Yohann Boniface 2025-11-08 22:35:42 +00:00 committed by GitHub
commit 6000ef24ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,13 @@ buildPythonPackage rec {
pythonImportsCheck = [ "taxi" ];
# Broken by the update of `click` from version 8.1.8 -> 8.2.1 in
# https://github.com/NixOS/nixpkgs/pull/448189.
disabledTests = [
"test_ignore_date_error_week_day"
"test_ignore_date_error_previous_day"
];
meta = with lib; {
homepage = "https://github.com/sephii/taxi/";
description = "Timesheeting made easy";