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 pytest from 7.4.4 to 8.1.1 #638

Closed
wants to merge 1 commit into from

Bump pytest from 7.4.4 to 8.1.1

9bfbc67
Select commit
Failed to load commit list.
Closed

Bump pytest from 7.4.4 to 8.1.1 #638

Bump pytest from 7.4.4 to 8.1.1
9bfbc67
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Apr 1, 2024 in 3m 5s

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 #638 Bump pytest from 7.4.4 to 8.1.1.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has five jobs, running in parallel.

Job Python ENV OS State
1322.1 3.8 PIP_DEFAULT_TIMEOUT=100 Linux passed
1322.2 3.9 PIP_DEFAULT_TIMEOUT=100 Linux passed
1322.3 3.10 PIP_DEFAULT_TIMEOUT=100 Linux passed
1322.4 3.11 PIP_DEFAULT_TIMEOUT=100 Linux passed
1322.5 3.12 PIP_DEFAULT_TIMEOUT=100 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "version": "~> 1.0",
  "install": [
    "pip install pip --upgrade",
    "pip install \"poetry<1.8\"",
    "travis_retry poetry install --only main,linter,test --all-extras"
  ],
  "script": [
    "pytest tests/test_local*.py"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.8"
      },
      {
        "python": "3.9"
      },
      {
        "python": "3.10"
      },
      {
        "python": "3.11",
        "script": [
          "make lint"
        ]
      },
      {
        "python": "3.12"
      }
    ]
  },
  "branches": {
    "only": [
      "main"
    ]
  },
  "env": [
    "jobs={:PIP_DEFAULT_TIMEOUT=>\"100\"}"
  ],
  "cache": {
    "pip": true
  }
}