Unverified Commit 9c5b1d79 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.pykakasi: refactor (#392311)

parents 9d64e472 059e42db
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -41,14 +41,12 @@ buildPythonPackage rec {
  ];

  disabledTests = [
    # We don't care about benchmarks
    "test_benchmark"
    "pytest_benchmark_update_machine_info"
    "pytest_benchmark_update_json"
    # Assertion error
    "test_aozora"
  ];

  pytestFlagsArray = [ "--benchmark-disable" ];

  pythonImportsCheck = [ "pykakasi" ];

  meta = with lib; {