Skip to content

Commit 032136c

Browse files
authored
Merge pull request #754 from cevich/again_fix_centos_papr
Revert "Temp. Workaround broken CentOS/EPEL pylint package"
2 parents 29bcd2e + 27af578 commit 032136c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.papr.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ packages:
3434
- git
3535
- make
3636
- python-bugzilla
37-
# Temporarily workaround broken dependency in EPEL:
38-
# pylint requires python-astroid >= 1.4.5 but is missing (BZ 1479018)
39-
# - pylint
37+
- pylint
4038
- python-pep8
4139
- python2-mock
4240
- python-sphinx
@@ -57,10 +55,6 @@ env:
5755
# present, tests will run after a successful build. Full
5856
# UTF-8 values are supported.
5957
tests:
60-
# BEGIN Temporarily workaround (BZ 1479018)
61-
- yum install -y python-pip
62-
- pip install pylint
63-
# END Temporarily workaround (BZ 1479018)
6458
- mkdir -p $AUTOTEST_PATH
6559
- git clone --branch "$AUTOTEST_BRANCH" --depth 1 --single-branch "$AUTOTEST_REPO" "$AUTOTEST_PATH"
6660
- make

0 commit comments

Comments
 (0)