From b67b1e145114c2e697e825ac648a3cacb8636961 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 23 Dec 2019 13:26:33 +1000 Subject: [PATCH] avoid unnecessary reinstall in requirements.check --- requirements.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.check b/requirements.check index 4c4a0767a..aee07e685 100644 --- a/requirements.check +++ b/requirements.check @@ -2,7 +2,7 @@ nose mock mypy==0.750 # fixme: when isort 5.0 is released, switch to pypy -git+https://github.com/dae/isort +git+https://github.com/dae/isort#egg=isort # fixme: when pylint supports isort 5.0, switch to pypy -git+https://github.com/dae/pylint +git+https://github.com/dae/pylint#egg=pylint black