python3Packages.google-pasta: disable for python 3.14
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user