mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
python3Packages.taxi: disable failing tests (#458326)
This commit is contained in:
commit
6000ef24ec
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue