From 44012a9efd811baec611d80bc5ec4ca8c5be2b46 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 17 Jul 2018 01:26:20 +0700 Subject: [PATCH] Revert ".ci/check_unsupported.sh: Pin pytest-runner" This reverts commit 421d69c8675da1d5e43a6511cd4edebf1a2349d7. --- .ci/check_unsupported.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.ci/check_unsupported.sh b/.ci/check_unsupported.sh index 7effb3f052..d2dd189c86 100755 --- a/.ci/check_unsupported.sh +++ b/.ci/check_unsupported.sh @@ -11,10 +11,6 @@ set -x # mypy-lang and guess-language-spirit do not install on unsupported versions sed -i.bak -E '/^(mypy-lang|guess-language-spirit)/d' bear-requirements.txt -# pylint installs pytest-runner, and 2.12 creates a version mismatch -# https://github.com/pytest-dev/pytest-runner/issues/40 -pip install 'pytest-runner==2.12' - python setup.py install | tee setup.log retval=$?