python3Packages.papis: run tests on all versions of Python

This commit is contained in:
Robert Schütz 2021-01-27 11:27:45 +01:00
parent 9197a64c7c
commit 5fd514adb5

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