{"id":16516868,"url":"https://github.com/alkasm/test-vcs-offline","last_synced_at":"2025-08-02T09:35:28.871Z","repository":{"id":123352379,"uuid":"420320930","full_name":"alkasm/test-vcs-offline","owner":"alkasm","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-23T05:16:42.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-13T05:29:06.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alkasm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-23T05:16:33.000Z","updated_at":"2021-10-23T05:16:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"155fa6b8-b0a2-4ae9-96b5-b717c5627a60","html_url":"https://github.com/alkasm/test-vcs-offline","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alkasm%2Ftest-vcs-offline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alkasm%2Ftest-vcs-offline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alkasm%2Ftest-vcs-offline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alkasm%2Ftest-vcs-offline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alkasm","download_url":"https://codeload.github.com/alkasm/test-vcs-offline/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241549122,"owners_count":19980477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T16:27:22.272Z","updated_at":"2025-03-02T18:19:32.362Z","avatar_url":"https://github.com/alkasm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Reproduce\n\nTested with `pip==21.3.1`, all local installs (i.e. clone this repo and run these commands within the folder)\n\n```\ngit clone git@github.com:alkasm/test-vcs-offline.git\ncd test-vcs-offline\npython3 -m venv venv\nsource venv/bin/activate\npip install pip==21.3.1\n```\n\n### Installation online works as expected\n\n```\npip install .\n```\n\n### Installation offline complains that the VCS dep cannot be pulled\n\nDisable network access (e.g. turn off wifi)\n```\npip install .\n```\n\n### Installation offline with --no-deps doesn't check that version constraints are satisfied\n\nNote that `setup.py` requires `six==1.15.0`, so this install should fail with 1.16.0 installed.\n\nWith internet access:\n```\npip install six==1.16.0\n```\n\nDisable network access (e.g. turn off wifi)\n\n```\npip install --no-deps .\n```\n\nNotice that no error occurs during the installation.\n\n### Installation offline with the old resolver does not eagerly install the VCS dep, and does version check\n\nWith internet access:\n```\npip install six==1.16.0\n```\n\nDisable network access (e.g. turn off wifi)\n\n```\npip install --use-deprecated legacy-resolver .\n```\n\nNote that pip errors during the installation, since the version of `six` does not match the expected version.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falkasm%2Ftest-vcs-offline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falkasm%2Ftest-vcs-offline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falkasm%2Ftest-vcs-offline/lists"}