Update requirements-dev.txt - #171
Closed
kyle170 wants to merge 2 commits into
Closed
Travis CI / Travis CI - Pull Request
failed
Aug 4, 2025 in 2m 30s
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 #171 Update requirements-dev.txt.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
| Job | Python | ENV | OS | State |
|---|---|---|---|---|
| 3.13.5 | TOXENV=py313 | Linux | failed | |
| 3.11.13 | TOXENV=py311 | Linux | failed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Focal) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"git": {
"depth": false
},
"services": [
"docker"
],
"addons": {
"ssh_known_hosts": [
"github.ibm.com"
]
},
"deploy": [
{
"provider": "script",
"script": "set -e; make docker-build-images docker-test-images docker-quality-images deploy",
"on": {
"all_branches": true,
"condition": [
"$TOXENV = py313"
],
"repo": "IBM/detect-secrets"
}
}
],
"before_install": [
"echo -e \"machine github.com\\n login $GH_ACCESS_TOKEN\" >> ~/.netrc",
"echo -e \"machine github.ibm.com\\n login $GHE_ACCESS_TOKEN\" >> ~/.netrc"
],
"install": [
"pip install \"certifi>=2022.12.07\" \"setuptools>=65.5.1\" tox pipenv"
],
"script": [
"make setup-trivy && make setup-cosign && make trivy-scan-python-vulnerabilities && make test"
],
"cache": {
"directories": [
"$HOME/.cache/pre-commit",
"$HOME/.cache/trivy",
"$HOME/.cache/cosign"
]
},
"jobs": {
"include": [
{
"env": [
{
"TOXENV": "py313"
}
],
"python": "3.13.5"
},
{
"env": [
{
"TOXENV": "py311"
}
],
"python": "3.11.13"
}
]
}
}
Loading