Skip to content

Commit

Permalink
Merge pull request #235 from MaysaMacedo/fix-kuryr-3.11-ci
Browse files Browse the repository at this point in the history
Bug 1836187: Fix Kuryr CI for 3.11 branch
  • Loading branch information
openshift-merge-robot committed May 18, 2020
2 parents 52bcd60 + 3044509 commit c54faa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion openshift-kuryr-tester.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ RUN yum update -y \
&& yum install -y python-devel python-pbr python-pip \
&& yum clean all \
&& rm -rf /var/cache/yum \
&& pip install -U pip \
&& pip install "more-itertools<6.0.0" tox
# more-itertools 6.0.0 drops support for Python 2.7, so we need to ensure we have older version.
# more-itertools 6.0.0 drops support for Python 2.7, so we need to ensure we have older version.

LABEL \
io.k8s.description="This is a component of OpenShift Container Platform and provides a testing container for Kuryr service." \
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ passenv = HOME
setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install {opts} {packages}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = sh
Expand Down

0 comments on commit c54faa9

Please sign in to comment.