Skip to content

Commit 27af578

Browse files
committed
Revert "Temp. Workaround broken CentOS/EPEL pylint package"
This reverts commit a4f40a2.
1 parent 29bcd2e commit 27af578

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.papr.yml

Lines changed: 1 addition & 7 deletions
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)