python314Packages.dill: disable

Failing test and upstream is not ready for 3.14.
This commit is contained in:
Martin Weinelt
2025-11-25 12:35:48 -08:00
committed by Robert Schütz
parent a338072154
commit 4b36437c8b
@@ -3,7 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
python,
pythonOlder,
pythonAtLeast,
setuptools,
# passthru tests
@@ -16,7 +16,8 @@ buildPythonPackage rec {
version = "0.4.0";
format = "pyproject";
disabled = pythonOlder "3.7";
# https://github.com/uqfoundation/dill/issues/586
disabled = pythonAtLeast "3.14";
src = fetchFromGitHub {
owner = "uqfoundation";