From 5fd514adb5db885290bfa0be9a87bd4e6ce37cab Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Wed, 27 Jan 2021 11:27:45 +0100 Subject: python3Packages.papis: run tests on all versions of Python --- pkgs/development/python-modules/papis/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/development/python-modules/papis/default.nix') diff --git a/pkgs/development/python-modules/papis/default.nix b/pkgs/development/python-modules/papis/default.nix index 93eafff6c93..d5b1df57d04 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 -- cgit 1.4.1