From 186ff1f185aaaaffa9e8882715dcfa28cadaad2f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 29 Jul 2020 14:52:45 +1000 Subject: [PATCH] pin pytest due to pylint issue --- pylib/requirements.dev | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pylib/requirements.dev b/pylib/requirements.dev index e3eb84758..f544f856e 100644 --- a/pylib/requirements.dev +++ b/pylib/requirements.dev @@ -2,7 +2,8 @@ wheel mypy mypy_protobuf>=1.21 black -pytest +# fixme: remove pin when https://github.com/pytest-dev/pytest/issues/7558 closed +pytest<6 # fixme: when isort 5.0 is released, switch to pypi git+https://github.com/ankitects/isort#egg=isort # fixme: when pylint supports isort 5.0, switch to pypi