Skip to content

chore(deps): update dependency pytest-cov to v6

bedf679
Select commit
Loading
Failed to load commit list.
Closed

chore(deps): update dependency pytest-cov to v6 - autoclosed #137

chore(deps): update dependency pytest-cov to v6
bedf679
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Sep 6, 2025 in 7m 3s

Build Errored

The build errored, just like the previous build.

Details

This is a normal build for the renovate/pytest-cov-6.x branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python OS State
709.1 3.10 Linux errored
709.2 3.11 Linux errored
709.3 3.12 Linux errored

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "cache": {
    "pip": true
  },
  "notifications": {
    "email": [
      {
        "enabled": true
      }
    ]
  },
  "before_install": [
    "sudo apt-get update",
    "sudo apt-get install pandoc",
    "pip install pypandoc",
    "echo -e \"machine github.ibm.com\\n  login $GH_TOKEN\" > ~/.netrc"
  ],
  "install": [
    "sudo rm /etc/apt/sources.list.d/mongodb-4.4.list",
    "wget -O- https://pgp.mongodb.com/server-4.4.asc | sudo gpg --dearmor -o /usr/share/keyrings/mongodb-4.4.gpg",
    "echo \"deb [signed-by=/usr/share/keyrings/mongodb-4.4.gpg] http://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/4.4 multiverse\" | sudo tee /etc/apt/sources.list.d/mongodb-4.4.list",
    "pip install tox-travis"
  ],
  "script": [
    "tox"
  ],
  "before_deploy": [
    "nvm install 20",
    "npm install npm@latest -g",
    "npm install @semantic-release/changelog",
    "npm install @semantic-release/exec",
    "npm install @semantic-release/git",
    "npm install @semantic-release/github",
    "pip install bump2version"
  ],
  "deploy": [
    {
      "provider": "script",
      "script": "npx semantic-release",
      "skip_cleanup": true,
      "on": {
        "python": "3.10",
        "all_branches": true,
        "tags": true
      }
    },
    {
      "repository": "https://upload.pypi.org/legacy",
      "provider": "pypi",
      "setuptools_version": "60.8.2",
      "password": "$PYPI_TOKEN",
      "skip_cleanup": true,
      "on": {
        "python": "3.10",
        "tags": true
      },
      "username": "__token__"
    }
  ],
  "jobs": {
    "include": [
      {
        "python": "3.10",
        "before_script": [
          "[ -z \"${TRAVIS_TAG}\" ] && [ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ] && openssl aes-256-cbc -K $encrypted_d4a185972ecc_key -iv $encrypted_d4a185972ecc_iv -in pdns.env.enc -out pdns.env -d || true && openssl aes-256-cbc -K $encrypted_3d8a3eb98382_key -iv $encrypted_3d8a3eb98382_iv -in transit.env.enc -out transit.env -d || true && openssl aes-256-cbc -K $encrypted_27cb64608ff6_key -iv $encrypted_27cb64608ff6_iv -in dl.env.enc -out dl.env -d || true && openssl aes-256-cbc -K $encrypted_fc092b9428d6_key -iv $encrypted_fc092b9428d6_iv -in cis.env.enc -out cis.env -d || true && openssl aes-256-cbc -K $encrypted_89a9eb4f9417_key -iv $encrypted_89a9eb4f9417_iv -in dns.env.enc -out dns.env -d || true"
        ]
      },
      {
        "python": "3.11"
      },
      {
        "python": "3.12"
      }
    ]
  }
}