We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29bcd2e + 27af578 commit 032136cCopy full SHA for 032136c
.papr.yml
@@ -34,9 +34,7 @@ packages:
34
- git
35
- make
36
- python-bugzilla
37
- # Temporarily workaround broken dependency in EPEL:
38
- # pylint requires python-astroid >= 1.4.5 but is missing (BZ 1479018)
39
- # - pylint
+ - pylint
40
- python-pep8
41
- python2-mock
42
- python-sphinx
@@ -57,10 +55,6 @@ env:
57
55
# present, tests will run after a successful build. Full
58
56
# 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