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

Skip failing test if platform.dist() is Xenial #831

Closed
wants to merge 4 commits into from

Commits on Jan 21, 2019

  1. Skip failing test if platform.dist() is Xenial

    Fixes #827
    cclauss committed Jan 21, 2019
  2. Use platform.uname().version because platform.dest() is deprecated

    cclauss committed Jan 21, 2019
  3. uname_version = platform.uname()[3] for Python 2

    cclauss committed Jan 21, 2019
  4. platform_version = platform.version()

    cclauss committed Jan 21, 2019
You can’t perform that action at this time.