python314Packages.dill: disable
Failing test and upstream is not ready for 3.14.
This commit is contained in:
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";
|
||||
|
||||
Reference in New Issue
Block a user