Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade zipp from 3.15.0 to 3.19.1 #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix: requirements.txt to reduce vulnerabilities

1667a68
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Security upgrade zipp from 3.15.0 to 3.19.1 #66

fix: requirements.txt to reduce vulnerabilities
1667a68
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Jul 10, 2024 in 3m 27s

Build Failed

The build failed.

Details

This is a normal build for the snyk-fix-4509d020c652bc169f3426cb9cde52f1 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
209.1 2.7 C7N_TEST_WORKERS=8 Linux failed
209.2 3.6 C7N_TEST_WORKERS=8 Linux failed
209.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
      }
    ]
  }
}