Commit 5ff1655c authored by magicquark's avatar magicquark
Browse files

python3Packages.taxi: disable failing tests

- The `nixpkgs` update of `python3Packages.click` from 8.1.8 to 8.2.1 in
  PR 448189 has made these tests fail. The failures are occurring because
  of interactive inputs in the testing.
parent 59eeca22
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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";