Skip to content

Commit

Permalink
Revert ".ci/check_unsupported.sh: Pin pytest-runner"
Browse files Browse the repository at this point in the history
This reverts commit 421d69c.
  • Loading branch information
jayvdb committed Jul 23, 2018
1 parent 1112ae8 commit cc98e23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci/check_unsupported.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$?
Expand Down

0 comments on commit cc98e23

Please sign in to comment.