lol

python313Packages.pykakasi: refactor

+2 -4
+2 -4
pkgs/development/python-modules/pykakasi/default.nix
··· 41 41 ]; 42 42 43 43 disabledTests = [ 44 - # We don't care about benchmarks 45 - "test_benchmark" 46 - "pytest_benchmark_update_machine_info" 47 - "pytest_benchmark_update_json" 48 44 # Assertion error 49 45 "test_aozora" 50 46 ]; 47 + 48 + pytestFlagsArray = [ "--benchmark-disable" ]; 51 49 52 50 pythonImportsCheck = [ "pykakasi" ]; 53 51