Skip to content

Bump pytest from 4.1.1 to 9.0.3#4

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/pytest-9.0.3
Open

Bump pytest from 4.1.1 to 9.0.3#4
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/pytest-9.0.3

Bump pytest from 4.1.1 to 9.0.3

b3112ba
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Apr 13, 2026 in 33s

Build Errored

The build errored.

Details

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

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Version 3.7
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.7"
  ],
  "install": [
    "pip install -r requirements.txt",
    "pip install -e ."
  ],
  "script": [
    "pytest"
  ]
}