fix deprecated imp usage (#386) #656
Merged
Travis CI / Travis CI - Pull Request
failed
Dec 22, 2023 in 1m 42s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #656 fix deprecated imp usage (#386).
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has five jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
853.1 | 3.7 | Linux | failed |
853.2 | 3.8 | Linux | failed |
853.3 | 3.9 | Linux | failed |
853.4 | 3.10 | Linux | failed |
853.5 | 3.11-dev | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"sudo": false,
"script": [
"./scripts/travis.sh"
],
"services": [
"memcached",
"redis"
],
"jobs": {
"include": [
{
"python": "3.7",
"dist": "xenial",
"sudo": true
},
{
"python": "3.8",
"dist": "xenial",
"sudo": true
},
{
"python": "3.9",
"dist": "xenial",
"sudo": true
},
{
"python": "3.10",
"dist": "focal",
"sudo": true
},
{
"python": "3.11-dev",
"dist": "focal",
"sudo": true
}
]
}
}
Loading