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.3 to 6.4.1 in /docs #73

Merged
merged 1 commit into from
Jun 7, 2024

Bump tornado from 6.3.3 to 6.4.1 in /docs

7dc2a26
Select commit
Loading
Failed to load commit list.
Merged

Bump tornado from 6.3.3 to 6.4.1 in /docs #73

Bump tornado from 6.3.3 to 6.4.1 in /docs
7dc2a26
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jun 6, 2024 in 3m 31s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/pip/docs/tornado-6.4.1 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
272.1 3.8 RDMAV_FORK_SAFE=1 Linux passed
272.2 3.9 COVERAGE="true" Linux passed
272.3 3.10 RDMAV_FORK_SAFE=1 Linux passed
272.4 3.11 RDMAV_FORK_SAFE=1 Linux passed
272.5 3.12 RDMAV_FORK_SAFE=1 Linux passed
272.6 pypy3.8-7.3.9 RDMAV_FORK_SAFE=1 Linux passed
272.7 3.13-dev CYTHON="true" Linux failed This job is allowed to fail.
272.8 pypy3.9-7.3.9 RDMAV_FORK_SAFE=1 Linux failed This job is allowed to fail.
272.9 pypy3.10-7.3.15 RDMAV_FORK_SAFE=1 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",
  "sudo": true,
  "cache": {
    "pip": true,
    "apt": true
  },
  "before_install": [
    "set -e",
    "sudo apt-get update -q",
    "set -x; sudo apt-get install -y -q mpich libmpich-dev",
    "if [[ $COVERAGE == \"true\" ]]; then pip install coverage; fi",
    "if [[ $CYTHON == \"true\" ]]; then pip install \"cython<0.29.25\"; fi",
    "if [[ $DILL == \"master\" ]]; then pip install \"https://github.com/uqfoundation/dill/archive/master.tar.gz\"; fi"
  ],
  "install": [
    "python -m pip install ."
  ],
  "script": [
    "for test in pyina/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 pyina/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": [
          {
            "RDMAV_FORK_SAFE": "1"
          }
        ]
      },
      {
        "python": "3.9",
        "env": [
          {
            "COVERAGE": "\"true\""
          },
          {
            "RDMAV_FORK_SAFE": "1"
          }
        ]
      },
      {
        "python": "3.10",
        "env": [
          {
            "RDMAV_FORK_SAFE": "1"
          }
        ]
      },
      {
        "python": "3.11",
        "env": [
          {
            "RDMAV_FORK_SAFE": "1"
          }
        ]
      },
      {
        "python": "3.12",
        "env": [
          {
            "RDMAV_FORK_SAFE": "1"
          }
        ]
      },
      {
        "python": "3.13-dev",
        "env": [
          {
            "CYTHON": "\"true\""
          },
          {
            "DILL": "\"master\""
          },
          {
            "RDMAV_FORK_SAFE": "1"
          }
        ]
      },
      {
        "python": "pypy3.8-7.3.9",
        "env": [
          {
            "RDMAV_FORK_SAFE": "1"
          }
        ]
      },
      {
        "python": "pypy3.9-7.3.9",
        "env": [
          {
            "RDMAV_FORK_SAFE": "1"
          }
        ]
      },
      {
        "python": "pypy3.10-7.3.15",
        "env": [
          {
            "RDMAV_FORK_SAFE": "1"
          }
        ]
      }
    ],
    "allow_failures": [
      {
        "python": "3.13-dev"
      },
      {
        "python": "pypy3.9-7.3.9"
      },
      {
        "python": "pypy3.10-7.3.15"
      }
    ],
    "fast_finish": true
  }
}