1
1
Fork 0
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:
Pradyun Gedam 2019-07-29 14:27:46 +05:30
parent fc976bb32b
commit 4b8f185fa8
No known key found for this signature in database
GPG key ID: DA17C4B29CB32E4B

View file

@ -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)