Skip to content

Commit

Permalink
Merge pull request #3372 from candlepin/mhorky/centos-7-ci
Browse files Browse the repository at this point in the history
Fix CentOS 7 CI for tests
  • Loading branch information
ptoscano authored Jan 17, 2024
2 parents 2800ff4 + eb041f2 commit a776285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/container-pre-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yum install -y \
# Install system, build and runtime packages
yum install -y \
gtk3-devel python-ethtool \
openssl-devel swig
openssl-devel swig intltool

localedef -c -i en_US -f ISO-8859-1 en_US
localedef -c -i en_US -f UTF-8 en_US.UTF-8
Expand Down
2 changes: 2 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ simplejson
mock<4
git+https://github.com/alikins/pyqver.git#egg=pyqver
git+https://github.com/awood/nose-xvfb.git#egg=nose-xvfb
# This version dropped support for Python 2 and <3.6
lxml<5.1.0

packaging<=20
pyparsing<=2.4.5

0 comments on commit a776285

Please sign in to comment.