Merge pull request #110925 from dotlambda/isbnlib-3.10.6

pythonPackages.isbnlib: 3.10.5 -> 3.10.6

authored by

Robert Schütz and committed by
GitHub
32be4a7d aa2274af

+5 -4
+4 -2
pkgs/development/python-modules/isbnlib/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "isbnlib"; 10 - version = "3.10.5"; 10 + version = "3.10.6"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "cb3b400b37a73cf4a0bc698be2ea414e78ff117867baed9313aa8c97596e1b98"; 14 + sha256 = "b324c7c8689741bba6d71d1369d49780a24fe946b11a3c005d56e09bf705cd19"; 15 15 }; 16 16 17 17 checkInputs = [ ··· 21 21 22 22 # requires network connection 23 23 doCheck = false; 24 + 25 + pythonImportsCheck = [ "isbnlib" ]; 24 26 25 27 meta = with lib; { 26 28 description = "Extract, clean, transform, hyphenate and metadata for ISBNs";
+1 -2
pkgs/development/python-modules/papis/default.nix
··· 40 40 --replace "python-slugify>=1.2.6,<4" "python-slugify" 41 41 ''; 42 42 43 - # pytest seems to hang with python3.8 44 - doCheck = !stdenv.isDarwin && pythonOlder "3.8"; 43 + doCheck = !stdenv.isDarwin; 45 44 46 45 checkInputs = ([ 47 46 pytest pytestcov