python3Packages.google-pasta: disable for python 3.14

This commit is contained in:
Sarah Clark
2026-01-08 17:09:42 -08:00
parent 3497aa5c94
commit 5943075c73
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchPypi,
pytestCheckHook,
pythonAtLeast,
setuptools,
six,
}:
@@ -17,6 +18,9 @@ buildPythonPackage rec {
hash = "sha256-yfLI38j5bQ1YCCmZIHIb4wye7DfyOJ8okE9FRWXIoW4=";
};
# Hasn't had a release in six years. Effectively unmaintained.
disabled = pythonAtLeast "3.14";
postPatch = ''
substituteInPlace pasta/augment/inline_test.py \
--replace-fail assertRaisesRegexp assertRaisesRegex