Skip to content

Commit

Permalink
Merge pull request #754 from cevich/again_fix_centos_papr
Browse files Browse the repository at this point in the history
Revert "Temp. Workaround broken CentOS/EPEL pylint package"
  • Loading branch information
cevich authored Aug 17, 2017
2 parents 29bcd2e + 27af578 commit 032136c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .papr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ packages:
- git
- make
- python-bugzilla
# Temporarily workaround broken dependency in EPEL:
# pylint requires python-astroid >= 1.4.5 but is missing (BZ 1479018)
# - pylint
- pylint
- python-pep8
- python2-mock
- python-sphinx
Expand All @@ -57,10 +55,6 @@ env:
# present, tests will run after a successful build. Full
# UTF-8 values are supported.
tests:
# BEGIN Temporarily workaround (BZ 1479018)
- yum install -y python-pip
- pip install pylint
# END Temporarily workaround (BZ 1479018)
- mkdir -p $AUTOTEST_PATH
- git clone --branch "$AUTOTEST_BRANCH" --depth 1 --single-branch "$AUTOTEST_REPO" "$AUTOTEST_PATH"
- make
Expand Down

0 comments on commit 032136c

Please sign in to comment.