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

Bump types-requests from 2.32.0.20240914 to 2.32.0.20241016 #230

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

Bump types-requests from 2.32.0.20240914 to 2.32.0.20241016

24882fb
Select commit
Loading
Failed to load commit list.
Open

Bump types-requests from 2.32.0.20240914 to 2.32.0.20241016 #230

Bump types-requests from 2.32.0.20240914 to 2.32.0.20241016
24882fb
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 1, 2024 in 1m 17s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #230 Bump types-requests from 2.32.0.20240914 to 2.32.0.20241016.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Python ENV OS State
405.1 3.9 PIP_DEFAULT_TIMEOUT=300 Linux passed
405.2 3.10 PIP_DEFAULT_TIMEOUT=300 Linux passed
405.3 3.11 PIP_DEFAULT_TIMEOUT=300 Linux passed
405.4 3.12 PIP_DEFAULT_TIMEOUT=300 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "install": [
    "pip install pip --upgrade",
    "pip install \"poetry<1.8\"",
    "travis_retry poetry install"
  ],
  "before_script": [
    "export TZ=Asia/Tokyo",
    "sudo ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime",
    "echo \"Asia/Tokyo\" > sudo tee /etc/timezone  > /dev/null"
  ],
  "script": [
    "poetry run pytest -n auto -m \"not access_webapi\""
  ],
  "jobs": {
    "include": [
      {
        "python": "3.9"
      },
      {
        "python": "3.10"
      },
      {
        "python": "3.11"
      },
      {
        "python": "3.12",
        "script": [
          "make lint"
        ]
      }
    ]
  },
  "branches": {
    "only": [
      "main"
    ]
  },
  "cache": {
    "pip": true
  },
  "env": [
    "jobs={:PIP_DEFAULT_TIMEOUT=>\"300\"}"
  ]
}