Skip to content

Commit 8f76c15

Browse files
authored
Merge pull request #752 from cevich/fix_papr
Temp. Workaround broken CentOS/EPEL pylint package
2 parents 61984b2 + a4f40a2 commit 8f76c15

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.papr.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ packages:
3434
- git
3535
- make
3636
- python-bugzilla
37-
- pylint
37+
# Temporarily workaround broken dependency in EPEL:
38+
# pylint requires python-astroid >= 1.4.5 but is missing (BZ 1479018)
39+
# - pylint
3840
- python-pep8
3941
- python2-mock
4042
- python-sphinx
@@ -55,6 +57,10 @@ env:
5557
# present, tests will run after a successful build. Full
5658
# UTF-8 values are supported.
5759
tests:
60+
# BEGIN Temporarily workaround (BZ 1479018)
61+
- yum install -y python-pip
62+
- pip install pylint
63+
# END Temporarily workaround (BZ 1479018)
5864
- mkdir -p $AUTOTEST_PATH
5965
- git clone --branch "$AUTOTEST_BRANCH" --depth 1 --single-branch "$AUTOTEST_REPO" "$AUTOTEST_PATH"
6066
- make

0 commit comments

Comments
 (0)