Automaticall use Python 3.8 IR patch when required

Change-Id: I71f02b9944c0a5d09e029a54625f0259c9fa9eaf
This commit is contained in:
Federico Ressi 2020-06-09 12:02:43 +02:00
parent 711cfcb6ad
commit 1702b42ff4
4 changed files with 2 additions and 15 deletions

View File

@ -1 +1,2 @@
git+https://github.com/redhat-openstack/infrared.git # Apache-2.0
git+https://github.com/redhat-openstack/infrared.git ; python_version < '3.8'
git+https://review.gerrithub.io/redhat-openstack/infrared@refs/changes/23/493623/9 ; python_version >= '3.8'

View File

@ -1,3 +0,0 @@
---
ir_deps: "git+https://review.gerrithub.io/redhat-openstack/infrared@refs/changes/23/493623/3"

View File

@ -1,3 +0,0 @@
---
ir_deps: "git+https://review.gerrithub.io/redhat-openstack/infrared@refs/changes/23/493623/3"

View File

@ -64,10 +64,6 @@
voting: false
description: |
Run test cases using tobiko infrared plugin on Fedora 32
vars:
tox_environment:
# This patchset fixes to use IR with Python 3.8
IR_DEPS: "git+https://review.gerrithub.io/redhat-openstack/infrared@refs/changes/23/493623/5"
- job:
@ -86,7 +82,3 @@
voting: false
description: |
Run test cases using tobiko infrared plugin on Ubuntu Focal
vars:
tox_environment:
# This patchset fixes to use IR with Python 3.8
IR_DEPS: "git+https://review.gerrithub.io/redhat-openstack/infrared@refs/changes/23/493623/5"