chore: Update pdm.lock #740
Open
Travis CI / Travis CI - Pull Request
failed
Feb 3, 2025 in 2m 7s
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 #740 chore: Update pdm.lock.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has six jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
3.8 | DOCKER_COMPOSE_VERSION=v2.17.3 | Linux | failed | |
3.9 | DOCKER_COMPOSE_VERSION=v2.17.3 | Linux | failed | |
3.10 | DOCKER_COMPOSE_VERSION=v2.17.3 | Linux | failed | |
3.11 | DOCKER_COMPOSE_VERSION=v2.17.3 | Linux | failed | |
3.12 | DOCKER_COMPOSE_VERSION=v2.17.3 | Linux | failed | |
3.13 | DOCKER_COMPOSE_VERSION=v2.17.3 | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"sudo": false,
"before_install": [
"sudo apt-get -y install pipx python3-venv",
"pipx ensurepath",
"pipx install pdm"
],
"script": [
"./scripts/travis.sh"
],
"services": [
"memcached",
"redis",
"docker"
],
"jobs": {
"include": [
{
"python": "3.8",
"dist": "focal",
"sudo": true,
"env": [
{
"DOCKER_COMPOSE_VERSION": "v2.17.3"
},
{
"SMTP_HOST": "localhost"
},
{
"SMTP_PORT": "1025"
}
]
},
{
"python": "3.9",
"dist": "focal",
"sudo": true,
"env": [
{
"DOCKER_COMPOSE_VERSION": "v2.17.3"
},
{
"SMTP_HOST": "localhost"
},
{
"SMTP_PORT": "1025"
}
]
},
{
"python": "3.10",
"dist": "focal",
"sudo": true,
"env": [
{
"DOCKER_COMPOSE_VERSION": "v2.17.3"
},
{
"SMTP_HOST": "localhost"
},
{
"SMTP_PORT": "1025"
}
]
},
{
"python": "3.11",
"dist": "focal",
"sudo": true,
"env": [
{
"DOCKER_COMPOSE_VERSION": "v2.17.3"
},
{
"SMTP_HOST": "localhost"
},
{
"SMTP_PORT": "1025"
}
]
},
{
"python": "3.12",
"dist": "jammy",
"sudo": true,
"env": [
{
"DOCKER_COMPOSE_VERSION": "v2.17.3"
},
{
"SMTP_HOST": "localhost"
},
{
"SMTP_PORT": "1025"
}
]
},
{
"python": "3.13",
"dist": "jammy",
"sudo": true,
"env": [
{
"DOCKER_COMPOSE_VERSION": "v2.17.3"
},
{
"SMTP_HOST": "localhost"
},
{
"SMTP_PORT": "1025"
},
{
"PDM_IGNORE_ACTIVE_VENV": "true"
},
{
"PYTHON_VERSION": "3.13"
}
]
}
]
}
}
Loading