We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61984b2 + a4f40a2 commit 8f76c15Copy full SHA for 8f76c15
.papr.yml
@@ -34,7 +34,9 @@ packages:
34
- git
35
- make
36
- python-bugzilla
37
- - pylint
+ # Temporarily workaround broken dependency in EPEL:
38
+ # pylint requires python-astroid >= 1.4.5 but is missing (BZ 1479018)
39
+ # - pylint
40
- python-pep8
41
- python2-mock
42
- python-sphinx
@@ -55,6 +57,10 @@ env:
55
57
# present, tests will run after a successful build. Full
56
58
# UTF-8 values are supported.
59
tests:
60
+ # BEGIN Temporarily workaround (BZ 1479018)
61
+ - yum install -y python-pip
62
+ - pip install pylint
63
+ # END Temporarily workaround (BZ 1479018)
64
- mkdir -p $AUTOTEST_PATH
65
- git clone --branch "$AUTOTEST_BRANCH" --depth 1 --single-branch "$AUTOTEST_REPO" "$AUTOTEST_PATH"
66
0 commit comments