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

fix deprecated imp usage (#386) #656

Merged
merged 4 commits into from
Dec 26, 2023

fix DeprecationWarning

a0e741c
Select commit
Loading
Failed to load commit list.
Merged

fix deprecated imp usage (#386) #656

fix DeprecationWarning
a0e741c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Dec 22, 2023 in 1m 42s

Build Failed

The build failed. 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 #656 fix deprecated imp usage (#386).
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has five jobs, running in parallel.

Job Python OS State
853.1 3.7 Linux failed
853.2 3.8 Linux failed
853.3 3.9 Linux failed
853.4 3.10 Linux failed
853.5 3.11-dev Linux failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "script": [
    "./scripts/travis.sh"
  ],
  "services": [
    "memcached",
    "redis"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.7",
        "dist": "xenial",
        "sudo": true
      },
      {
        "python": "3.8",
        "dist": "xenial",
        "sudo": true
      },
      {
        "python": "3.9",
        "dist": "xenial",
        "sudo": true
      },
      {
        "python": "3.10",
        "dist": "focal",
        "sudo": true
      },
      {
        "python": "3.11-dev",
        "dist": "focal",
        "sudo": true
      }
    ]
  }
}