python313Packages.pykakasi: refactor (#392311)

This commit is contained in:
Fabian Affolter
2025-03-23 13:57:49 +01:00
committed by GitHub
@@ -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; {