python3Packages.isbnlib: skip failing test on python>=3.14
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pythonAtLeast,
|
||||
|
||||
# build-system
|
||||
setuptools,
|
||||
@@ -16,6 +17,9 @@ buildPythonPackage (finalAttrs: {
|
||||
version = "3.10.14";
|
||||
pyproject = true;
|
||||
|
||||
# Several tests fail and suggest that the package is incompatible with python >= 3.14
|
||||
disabled = pythonAtLeast "3.14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xlcnd";
|
||||
repo = "isbnlib";
|
||||
|
||||
Reference in New Issue
Block a user