Commit 059e42db authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.pykakasi: refactor

parent 253deceb
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; {