Merge pull request #110925 from dotlambda/isbnlib-3.10.6

pythonPackages.isbnlib: 3.10.5 -> 3.10.6
This commit is contained in:
Robert Schütz 2021-01-29 00:42:57 +01:00 committed by GitHub
commit 32be4a7d9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "isbnlib";
version = "3.10.5";
version = "3.10.6";
src = fetchPypi {
inherit pname version;
sha256 = "cb3b400b37a73cf4a0bc698be2ea414e78ff117867baed9313aa8c97596e1b98";
sha256 = "b324c7c8689741bba6d71d1369d49780a24fe946b11a3c005d56e09bf705cd19";
};
checkInputs = [
@ -22,6 +22,8 @@ buildPythonPackage rec {
# requires network connection
doCheck = false;
pythonImportsCheck = [ "isbnlib" ];
meta = with lib; {
description = "Extract, clean, transform, hyphenate and metadata for ISBNs";
homepage = "https://github.com/xlcnd/isbnlib";

View file

@ -40,8 +40,7 @@ buildPythonPackage rec {
--replace "python-slugify>=1.2.6,<4" "python-slugify"
'';
# pytest seems to hang with python3.8
doCheck = !stdenv.isDarwin && pythonOlder "3.8";
doCheck = !stdenv.isDarwin;
checkInputs = ([
pytest pytestcov