Description: mark additional tests that require network access
Author: Benson Muite <bkmgit@users.noreply.github.com>
Origin: upstream, https://github.com/pdm-project/pdm/commit/d790578ebb1234a0ff2506f24f624912af36ab17

--- a/tests/test_integration.py
+++ b/tests/test_integration.py
@@ -56,6 +56,7 @@
 
 
 @pytest.mark.integration
+@pytest.mark.network
 @pytest.mark.parametrize("python_version", PYTHON_VERSIONS)
 @pytest.mark.parametrize("via_env", [True, False])
 def test_init_project_respect_version_file(pdm, project, python_version, via_env, monkeypatch):
