PYTHON-1364 Fix ssl.wrap_socket errors (from eventlet) for Python 3.12 #1181
Travis CI / Travis CI - Branch
succeeded
Oct 11, 2023 in 7m 3s
Build Passed
The build passed.
Details
This is a normal build for the python1364 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
7110.1 | 3.7 | CASS_DRIVER_NO_CYTHON=1 | Linux | passed |
7110.2 | 3.8 | CASS_DRIVER_NO_CYTHON=1 | Linux | passed |
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"
]
}
Loading