We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12c70ac + 8f91793 commit 01b9c0dCopy full SHA for 01b9c0d
1 file changed
tests/test_dependencies.py
@@ -181,6 +181,7 @@ def test_get_build_system_dependencies_cached(
181
182
@patch("fromager.dependencies._write_requirements_file")
183
@_clean_build_artifacts
184
+@pytest.mark.network
185
def test_get_build_backend_dependencies(
186
_: Mock, tmp_context: context.WorkContext, tmp_path: pathlib.Path
187
) -> None:
@@ -238,6 +239,7 @@ def test_get_build_backend_dependencies_cached(
238
239
240
241
242
243
def test_get_build_sdist_dependencies(
244
245
0 commit comments