[Snyk] Fix for 2 vulnerabilities #63
Open
Travis CI / Travis CI - Branch
failed
Jul 9, 2024 in 1m 49s
Build Failed
The build failed.
Details
This is a normal build for the snyk-fix-7a2fbd06468869c24949071b528b870b branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
199.1 | 2.7 | C7N_TEST_WORKERS=8 | Linux | failed |
199.2 | 3.6 | C7N_TEST_WORKERS=8 | Linux | failed |
199.3 | 3.7 | C7N_TEST_WORKERS=8 | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"cache": {
"pip": true
},
"env": [
"jobs={:C7N_TEST_WORKERS=>\"8\"}"
],
"install": [
"pip install tox"
],
"script": [
"TOXENV=`tools/dev/citoxenv.py` tox"
],
"jobs": {
"include": [
{
"python": "2.7"
},
{
"python": "3.6"
},
{
"python": "3.7",
"dist": "xenial",
"sudo": true
}
]
}
}
Loading