python3Packages.papis: run tests on all versions of Python
This commit is contained in:
parent
9197a64c7c
commit
5fd514adb5
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue