Loading pkgs/development/python-modules/pykakasi/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -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; { Loading Loading
pkgs/development/python-modules/pykakasi/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -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; { Loading