mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Mark a network dependent test as network
This commit is contained in:
parent
fc976bb32b
commit
4b8f185fa8
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
import pytest
|
||||
from pip._vendor import pytoml
|
||||
|
||||
from pip._internal.build_env import BuildEnvironment
|
||||
|
@ -198,6 +199,7 @@ def test_explicit_setuptools_backend(script, tmpdir, data, common_wheels):
|
|||
result.assert_installed(name, editable=False)
|
||||
|
||||
|
||||
@pytest.mark.network
|
||||
def test_pep517_and_build_options(script, tmpdir, data, common_wheels):
|
||||
"""Backend generated requirements are installed in the build env"""
|
||||
project_dir, name = make_pyproject_with_setup(tmpdir)
|
||||
|
|
Loading…
Reference in a new issue