Automaticall use Python 3.8 IR patch when required
Change-Id: I71f02b9944c0a5d09e029a54625f0259c9fa9eaf
This commit is contained in:
parent
711cfcb6ad
commit
1702b42ff4
@ -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'
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
ir_deps: "git+https://review.gerrithub.io/redhat-openstack/infrared@refs/changes/23/493623/3"
|
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
ir_deps: "git+https://review.gerrithub.io/redhat-openstack/infrared@refs/changes/23/493623/3"
|
|
@ -64,10 +64,6 @@
|
|||||||
voting: false
|
voting: false
|
||||||
description: |
|
description: |
|
||||||
Run test cases using tobiko infrared plugin on Fedora 32
|
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:
|
- job:
|
||||||
@ -86,7 +82,3 @@
|
|||||||
voting: false
|
voting: false
|
||||||
description: |
|
description: |
|
||||||
Run test cases using tobiko infrared plugin on Ubuntu Focal
|
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"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user