summary refs log tree commit diff
path: root/pkgs/development/python-modules/papis/default.nix
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-01-27 11:27:45 +0100
committerRobert Schütz <dev@schuetz-co.de>2021-01-27 15:35:46 +0100
commit5fd514adb5db885290bfa0be9a87bd4e6ce37cab (patch)
tree343ac0bb28ec02f27ffc2edcc4a757552e23a6d8 /pkgs/development/python-modules/papis/default.nix
parent9197a64c7ca70434a7843cb6423cdf6efc0cbf3b (diff)
downloadnixpkgs-5fd514adb5db885290bfa0be9a87bd4e6ce37cab.tar
nixpkgs-5fd514adb5db885290bfa0be9a87bd4e6ce37cab.tar.gz
nixpkgs-5fd514adb5db885290bfa0be9a87bd4e6ce37cab.tar.bz2
nixpkgs-5fd514adb5db885290bfa0be9a87bd4e6ce37cab.tar.lz
nixpkgs-5fd514adb5db885290bfa0be9a87bd4e6ce37cab.tar.xz
nixpkgs-5fd514adb5db885290bfa0be9a87bd4e6ce37cab.tar.zst
nixpkgs-5fd514adb5db885290bfa0be9a87bd4e6ce37cab.zip
python3Packages.papis: run tests on all versions of Python
Diffstat (limited to 'pkgs/development/python-modules/papis/default.nix')
-rw-r--r--pkgs/development/python-modules/papis/default.nix3
1 files changed, 1 insertions, 2 deletions
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