Fix problem with setuptools and newer pythons
Change-Id: I70e4fecfe715822c2cae7753dc4c1956704b2d6d
This commit is contained in:
parent
a8314f413b
commit
ffaadf6436
1
tox.ini
1
tox.ini
@ -308,6 +308,7 @@ setenv =
|
||||
IR_HOME = {env:IR_HOME:{envdir}/home/infrared}
|
||||
IR_TOBIKO_PLUGIN = {env:IR_TOBIKO_PLUGIN:{toxinidir}/infrared_plugin}
|
||||
IR_WORKSPACE_FILE = {env:IR_WORKSPACE_FILE:{toxinidir}/workspace.tgz}
|
||||
SETUPTOOLS_USE_DISTUTILS = stdlib
|
||||
|
||||
commands_pre =
|
||||
{envpython} {toxinidir}/tools/setup_infrared.py
|
||||
|
@ -8,10 +8,11 @@
|
||||
jobs:
|
||||
- tobiko-infrared
|
||||
- tobiko-infrared-centos-7
|
||||
- tobiko-infrared-fedora
|
||||
- tobiko-infrared-ubuntu
|
||||
gate:
|
||||
jobs:
|
||||
- tobiko-infrared
|
||||
- tobiko-infrared-centos-7
|
||||
periodic:
|
||||
jobs:
|
||||
- tobiko-infrared
|
||||
@ -110,7 +111,7 @@
|
||||
name: tobiko-infrared-ubuntu
|
||||
parent: tobiko-infrared
|
||||
nodeset: tobiko-infrared-ubuntu
|
||||
voting: false
|
||||
voting: true
|
||||
description: |
|
||||
Run test cases using tobiko infrared plugin on Ubuntu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user