3
0
Fork 0
forked from mirrors/nixpkgs

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"; checkPhase = "make test";
# Requires pytest < 3.1
doCheck = false;
meta = { meta = {
license = licenses.mit; license = licenses.mit;
homepage = https://pypi.python.org/pypi/pytest-catchlog/; homepage = https://pypi.python.org/pypi/pytest-catchlog/;