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

Add a network pytest mark for tests that use the network #1669

Merged
merged 5 commits into from
Aug 13, 2021

Commits on Jun 7, 2021

  1. Add a network pytest mark for tests that use the network

    Sometimes it's useful to have the tests that use the network
    marked so they can be skipped easily when we know the network
    is not available.
    
    This is useful for example on SUSE and openSUSE's build servers.
    When building the httpx packages (actually, any package in the
    distribution) the network is disabled so we can assure
    reproducible builds (among other benefits). With this mark, it's
    easier to skip tests that can not succeed.
    antlarr committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    55b8ee8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    2bb95fc View commit details
    Browse the repository at this point in the history
  2. Add a better explanation for the network marker

    Co-authored-by: Florimond Manca <15911462+florimondmanca@users.noreply.github.com>
    antlarr and florimondmanca committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    5f7ee8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bb530b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    ebf1701 View commit details
    Browse the repository at this point in the history