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 starlette from 0.37.2 to 0.40.0 in /docs #686

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

Bump starlette from 0.37.2 to 0.40.0 in /docs

0bfa0e0
Select commit
Loading
Failed to load commit list.
Open

Bump starlette from 0.37.2 to 0.40.0 in /docs #686

Bump starlette from 0.37.2 to 0.40.0 in /docs
0bfa0e0
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Oct 15, 2024 in 1m 36s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/pip/docs/starlette-0.40.0 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has nine jobs, running in parallel.

Job Python ENV OS State Notes
959.1 3.8 Linux passed
959.2 3.9 COVERAGE="true" Linux passed
959.3 3.10 Linux passed
959.4 3.11 Linux passed
959.5 3.12 Linux passed
959.6 3.13-dev Linux passed
959.7 pypy3.8-7.3.9 Linux passed
959.8 pypy3.9-7.3.9 Linux passed
959.9 pypy3.10-7.3.17 Linux failed This job is allowed to fail.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "cache": {
    "pip": true
  },
  "before_install": [
    "set -e",
    "if [[ $COVERAGE == \"true\" ]]; then pip install coverage; fi",
    "if [[ $NUMPY == \"true\" ]]; then pip install numpy; fi"
  ],
  "install": [
    "python -m pip install ."
  ],
  "script": [
    "for test in dill/tests/__init__.py; do echo $test ; if [[ $COVERAGE == \"true\" ]]; then coverage run -a $test > /dev/null; else python $test > /dev/null; fi ; done",
    "for test in dill/tests/test_*.py; do echo $test ; if [[ $COVERAGE == \"true\" ]]; then coverage run -a $test > /dev/null; else python $test > /dev/null; fi ; done"
  ],
  "after_success": [
    "if [[ $COVERAGE == \"true\" ]]; then bash <(curl -s https://codecov.io/bash); else echo ''; fi",
    "if [[ $COVERAGE == \"true\" ]]; then coverage report; fi"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.8",
        "env": [
          {
          }
        ]
      },
      {
        "python": "3.9",
        "env": [
          {
            "COVERAGE": "\"true\""
          },
          {
            "NUMPY": "\"true\""
          }
        ]
      },
      {
        "python": "3.10",
        "env": [
          {
          }
        ]
      },
      {
        "python": "3.11",
        "env": [
          {
          }
        ]
      },
      {
        "python": "3.12",
        "env": [
          {
          }
        ]
      },
      {
        "python": "3.13-dev",
        "env": [
          {
          }
        ]
      },
      {
        "python": "pypy3.8-7.3.9",
        "env": [
          {
          }
        ]
      },
      {
        "python": "pypy3.9-7.3.9",
        "env": [
          {
          }
        ]
      },
      {
        "python": "pypy3.10-7.3.17",
        "env": [
          {
          }
        ]
      }
    ],
    "allow_failures": [
      {
        "python": "pypy3.10-7.3.17"
      }
    ],
    "fast_finish": true
  }
}