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

Don't require network to inspect tests #4433

Merged
merged 1 commit into from Jan 18, 2021

Commits on Jan 17, 2021

  1. Don't require network to inspect tests

    Previously the get_ipv6 function was called at import time in test_core.py
    This stopped any tests from running if a network adapter was not
    attached
    
    The results of this function were used only in one test,
    so we move this call within that test and skip if it fails
    mrocklin committed Jan 17, 2021
    Copy the full SHA
    74bddf1 View commit details
    Browse the repository at this point in the history