python.pkgs.pytest-catchlog: disable tests

because pytest_30 is required but we don't override the package set
inside the package set.
This commit is contained in:
Frederik Rietdijk 2017-08-25 18:40:25 +02:00
parent 10df572a03
commit 34021f595d

View File

@ -4191,6 +4191,9 @@ in {
checkPhase = "make test";
# Requires pytest < 3.1
doCheck = false;
meta = {
license = licenses.mit;
homepage = https://pypi.python.org/pypi/pytest-catchlog/;