From 2542626316e25cb245594b5deb014b721f2edff8 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 2 Feb 2018 08:50:28 -0500 Subject: [PATCH] ci: drop BDB1539 hack and bump to f27 (#83) This should have been fixed a long time ago now. Let's go back to doing this the PAPR way. --- .papr.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.papr.yaml b/.papr.yaml index a92fbe6..0b05dbf 100644 --- a/.papr.yaml +++ b/.papr.yaml @@ -6,18 +6,13 @@ branches: required: true container: - image: registry.fedoraproject.org/fedora:25 + image: registry.fedoraproject.org/fedora:27 -# temp workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1483553 -#packages: -# - '@buildsys-build' -# - python3-devel +packages: + - '@buildsys-build' + - python3-devel tests: - # temp workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1483553 - - if (dnf upgrade -y || :) |& grep -q -e BDB1539; then - rpm --rebuilddb; dnf upgrade -y; - fi; dnf install -y python3-devel '@buildsys-build' - pip3 install flake8 pylint -r requirements.txt - flake8 *.py papr/*.py papr/utils/*.py - pylint -E *.py papr