python313Packages.pykakasi: refactor
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user