From 059e42db674f4dedb048121ca3f8d165e4adf300 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 23 Mar 2025 10:38:55 +0100 Subject: [PATCH] python313Packages.pykakasi: refactor --- pkgs/development/python-modules/pykakasi/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/pykakasi/default.nix b/pkgs/development/python-modules/pykakasi/default.nix index c2555281a6b0..55af4374ad8a 100644 --- a/pkgs/development/python-modules/pykakasi/default.nix +++ b/pkgs/development/python-modules/pykakasi/default.nix @@ -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; {