Skip to content

Commit

Permalink
.ci/check_unsupported.sh: Skip bear dependencies
Browse files Browse the repository at this point in the history
Many of the bear dependencies are unable to be installed
on older unsupported versions of Python. The unsupported
tests objective is to verify that irrespective of any
other failure to install, coala-bears has its own check
to prevent running on older versions. Hence skipping the
installation of bear dependencies ensures the check
still works even if other packages dont break first.

Closes coala#2488
Related to coala#2611
  • Loading branch information
jayvdb committed Jul 23, 2018
1 parent cc98e23 commit 53dd73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/check_unsupported.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ set -o pipefail

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
# Many bear dependencies do not install on unsupported versions
echo "" > bear-requirements.txt

python setup.py install | tee setup.log

Expand Down

0 comments on commit 53dd73c

Please sign in to comment.