tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python313Packages.pykakasi: refactor
Fabian Affolter
1 year ago
059e42db
253deceb
+2
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pykakasi
default.nix
+2
-4
pkgs/development/python-modules/pykakasi/default.nix
···
41
41
];
42
42
43
43
disabledTests = [
44
44
-
# We don't care about benchmarks
45
45
-
"test_benchmark"
46
46
-
"pytest_benchmark_update_machine_info"
47
47
-
"pytest_benchmark_update_json"
48
44
# Assertion error
49
45
"test_aozora"
50
46
];
47
47
+
48
48
+
pytestFlagsArray = [ "--benchmark-disable" ];
51
49
52
50
pythonImportsCheck = [ "pykakasi" ];
53
51