Skip to content

Use public python docker images in CI tests #86

Description

@iorlas

Currently I use python docker image, which is common for most python+docker developers. With current CI configuration, you run tests within common ubuntu container, which is nice and tests code like on common configurations(Ubuntu LTS, yea). But! If developer uses docker, he will have no reasons to setup full ubuntu container, just python one, which is available for few latest releases of both branches.
So now I see a bug in gevent 1.0.1 with python>=2.7.9, which blocks process from running by... import exception. And this but wasn't detected because of tests environment.
Yea, production will be ubuntu LTS in most cases, but what about developer environment?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions