summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-01-29 00:42:57 +0100
committerGitHub <noreply@github.com>2021-01-29 00:42:57 +0100
commit32be4a7d9c669d9d97d50e6f399e7c65b3d50a9c (patch)
tree3ab94ad317ff31bcc5215ea1a61329debc7ceb90 /pkgs/development/python-modules
parentaa2274af7d56329b2ad7d12ecc551de516f75a22 (diff)
parent5fd514adb5db885290bfa0be9a87bd4e6ce37cab (diff)
Merge pull request #110925 from dotlambda/isbnlib-3.10.6
pythonPackages.isbnlib: 3.10.5 -> 3.10.6
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/isbnlib/default.nix6
-rw-r--r--pkgs/development/python-modules/papis/default.nix3
2 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/isbnlib/default.nix b/pkgs/development/python-modules/isbnlib/default.nix
index 3b03a15b9a4d..4957b5d31315 100644
--- a/pkgs/development/python-modules/isbnlib/default.nix
+++ b/pkgs/development/python-modules/isbnlib/default.nix
@@ -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";
diff --git a/pkgs/development/python-modules/papis/default.nix b/pkgs/development/python-modules/papis/default.nix
index 93eafff6c93b..d5b1df57d047 100644
--- a/pkgs/development/python-modules/papis/default.nix
+++ b/pkgs/development/python-modules/papis/default.nix
@@ -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