python3Packages.papis: run tests on all versions of Python
This commit is contained in:
parent
9197a64c7c
commit
5fd514adb5
@ -40,8 +40,7 @@ buildPythonPackage rec {
|
|||||||
--replace "python-slugify>=1.2.6,<4" "python-slugify"
|
--replace "python-slugify>=1.2.6,<4" "python-slugify"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# pytest seems to hang with python3.8
|
doCheck = !stdenv.isDarwin;
|
||||||
doCheck = !stdenv.isDarwin && pythonOlder "3.8";
|
|
||||||
|
|
||||||
checkInputs = ([
|
checkInputs = ([
|
||||||
pytest pytestcov
|
pytest pytestcov
|
||||||
|
Loading…
x
Reference in New Issue
Block a user