Merge pull request #325680 from StarGate01/fix-jaconv

python312Packages.jaconv: disable tests for python 3.12
This commit is contained in:
Franz Pletz
2024-07-09 15:30:25 +02:00
committed by GitHub
@@ -21,6 +21,8 @@ buildPythonPackage rec {
hash = "sha256-9ruhOLaYNESeKOwJs3IN6ct66fSq7My9DOyA7/cH3d0=";
};
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
nose
pytestCheckHook