Bump ipython from 7.16.3 to 8.10.0 #50
Open
Travis CI / Travis CI - Branch
failed
Nov 19, 2023 in 1m 27s
Build Failed
The build failed, just like the previous build.
Details
This is a normal build for the dependabot/pip/ipython-8.10.0 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 | ENV | OS | State |
---|---|---|---|---|
390.1 | 3.8 | RANDOM_SEED=0 | Linux | failed |
390.2 | 3.9 | RANDOM_SEED=0 | Linux | failed |
390.3 | 3.10 | RANDOM_SEED=0 | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Focal) |
Python Versions | 3.8, 3.9, 3.10 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"python": [
"3.8",
"3.9",
"3.10"
],
"cache": {
"pip": true,
"directories": [
"${VIRTUAL_ENV}"
]
},
"env": [
"global={:RANDOM_SEED=>\"0\"}"
],
"before_install": [
"curl -sSL https://raw.githubusercontent.com/python-poetry/install.python-poetry.org/main/install-poetry.py | python -",
"make doctor"
],
"install": [
"make install"
],
"script": [
"make check",
"make test"
],
"after_success": [
"pip install coveralls scrutinizer-ocular",
"coveralls",
"ocular"
],
"notifications": {
"email": [
{
"on_success": "never",
"on_failure": "never"
}
]
}
}
Loading