Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Documentation cleanup#1258

Merged
absurdfarce merged 12 commits into
apache:masterfrom
absurdfarce:doc_fix
Sep 19, 2025
Merged

Documentation cleanup#1258
absurdfarce merged 12 commits into
apache:masterfrom
absurdfarce:doc_fix

One last URL cleanup

9f8f173
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Sep 19, 2025 in 5m 4s

Build Errored

The build errored. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1258 Documentation cleanup.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Python ENV OS State
7422.1 3.8 CASS_DRIVER_NO_CYTHON=1 Linux errored
7422.2 3.9 CASS_DRIVER_NO_CYTHON=1 Linux errored
7422.3 3.10 CASS_DRIVER_NO_CYTHON=1 Linux errored
7422.4 3.11 CASS_DRIVER_NO_CYTHON=1 Linux errored

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Python Versions 3.8, 3.9, 3.10, 3.11
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "sudo": false,
  "python": [
    "3.8",
    "3.9",
    "3.10",
    "3.11"
  ],
  "env": [
    "jobs={:CASS_DRIVER_NO_CYTHON=>\"1\"}"
  ],
  "addons": {
    "apt": {
      "packages": [
        "build-essential",
        "python3-dev",
        "pypy-dev",
        "libc-ares-dev",
        "libev4",
        "libev-dev"
      ]
    }
  },
  "install": [
    "pip install --upgrade setuptools importlib-metadata",
    "pip install tox-travis",
    "if [[ $TRAVIS_PYTHON_VERSION != pypy3.5 ]]; then pip install lz4; fi"
  ],
  "script": [
    "tox",
    "tox -e gevent_loop",
    "tox -e eventlet_loop"
  ]
}