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

PYTHON-1368 Avoid installing DSE deps + executing DSE tests for Python 3.12 #1188

Merged
merged 1 commit into from
Nov 13, 2023

Avoid installing DSE deps + executing DSE tests for Python 3.12

c4ab74a
Select commit
Loading
Failed to load commit list.
Merged

PYTHON-1368 Avoid installing DSE deps + executing DSE tests for Python 3.12 #1188

Avoid installing DSE deps + executing DSE tests for Python 3.12
c4ab74a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Nov 13, 2023 in 4m 25s

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 #1188 PYTHON-1368 Avoid installing DSE deps + executing DSE tests for Python 3.12.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Python ENV OS State
7126.1 3.7 CASS_DRIVER_NO_CYTHON=1 Linux passed
7126.2 3.8 CASS_DRIVER_NO_CYTHON=1 Linux errored

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Versions 3.7, 3.8
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "python": [
    "3.7",
    "3.8"
  ],
  "env": [
    "jobs={:CASS_DRIVER_NO_CYTHON=>\"1\"}"
  ],
  "addons": {
    "apt": {
      "packages": [
        "build-essential",
        "python-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"
  ]
}