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 tornado from 6.3.2 to 6.3.3 #158

Closed
wants to merge 2 commits into from

Merge branch 'main' into dependabot/pip/tornado-6.3.3

d1296e8
Select commit
Loading
Failed to load commit list.
Closed

Bump tornado from 6.3.2 to 6.3.3 #158

Merge branch 'main' into dependabot/pip/tornado-6.3.3
d1296e8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 2, 2023 in 7m 7s

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 #158 Bump tornado from 6.3.2 to 6.3.3.
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 OS State
291.1 3.8 Linux passed
291.2 3.9 Linux passed
291.3 3.10 Linux passed
291.4 3.11 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Versions 3.8, 3.9, 3.10, 3.11
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.8",
    "3.9",
    "3.10",
    "3.11"
  ],
  "install": [
    "pip install pip --upgrade",
    "pip install \"poetry<1.5\"",
    "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": [
    "make lint",
    "poetry run pytest -n auto -m \"not access_webapi\""
  ],
  "branches": {
    "only": [
      "main"
    ]
  },
  "cache": {
    "pip": true
  }
}