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_HOME = {env:IR_HOME:{envdir}/home/infrared}
|
||||||
IR_TOBIKO_PLUGIN = {env:IR_TOBIKO_PLUGIN:{toxinidir}/infrared_plugin}
|
IR_TOBIKO_PLUGIN = {env:IR_TOBIKO_PLUGIN:{toxinidir}/infrared_plugin}
|
||||||
IR_WORKSPACE_FILE = {env:IR_WORKSPACE_FILE:{toxinidir}/workspace.tgz}
|
IR_WORKSPACE_FILE = {env:IR_WORKSPACE_FILE:{toxinidir}/workspace.tgz}
|
||||||
|
SETUPTOOLS_USE_DISTUTILS = stdlib
|
||||||
|
|
||||||
commands_pre =
|
commands_pre =
|
||||||
{envpython} {toxinidir}/tools/setup_infrared.py
|
{envpython} {toxinidir}/tools/setup_infrared.py
|
||||||
|
@ -8,10 +8,11 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- tobiko-infrared
|
- tobiko-infrared
|
||||||
- tobiko-infrared-centos-7
|
- tobiko-infrared-centos-7
|
||||||
|
- tobiko-infrared-fedora
|
||||||
|
- tobiko-infrared-ubuntu
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- tobiko-infrared
|
- tobiko-infrared
|
||||||
- tobiko-infrared-centos-7
|
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- tobiko-infrared
|
- tobiko-infrared
|
||||||
@ -110,7 +111,7 @@
|
|||||||
name: tobiko-infrared-ubuntu
|
name: tobiko-infrared-ubuntu
|
||||||
parent: tobiko-infrared
|
parent: tobiko-infrared
|
||||||
nodeset: tobiko-infrared-ubuntu
|
nodeset: tobiko-infrared-ubuntu
|
||||||
voting: false
|
voting: true
|
||||||
description: |
|
description: |
|
||||||
Run test cases using tobiko infrared plugin on Ubuntu
|
Run test cases using tobiko infrared plugin on Ubuntu
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user