-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: fixes to work without json api
- Loading branch information
Showing
6 changed files
with
226 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 69 additions & 0 deletions
69
tests/repositories/fixtures/pypi.org/json/mocked/six-unknown-version/1.11.0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"info": { | ||
"author": "Benjamin Peterson", | ||
"author_email": "[email protected]", | ||
"bugtrack_url": null, | ||
"classifiers": [ | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: MIT License", | ||
"Programming Language :: Python :: 2", | ||
"Programming Language :: Python :: 3", | ||
"Topic :: Software Development :: Libraries", | ||
"Topic :: Utilities" | ||
], | ||
"description": "", | ||
"description_content_type": null, | ||
"docs_url": null, | ||
"download_url": "", | ||
"downloads": { | ||
"last_day": -1, | ||
"last_month": -1, | ||
"last_week": -1 | ||
}, | ||
"dynamic": null, | ||
"home_page": "http://pypi.python.org/pypi/six/", | ||
"keywords": "", | ||
"license": "MIT", | ||
"maintainer": "", | ||
"maintainer_email": "", | ||
"name": "six-unknown-version", | ||
"package_url": "https://pypi.org/project/six/", | ||
"platform": "", | ||
"project_url": "https://pypi.org/project/six/", | ||
"project_urls": { | ||
"Homepage": "http://pypi.python.org/pypi/six/" | ||
}, | ||
"provides_extra": null, | ||
"release_url": "https://pypi.org/project/six/1.11.0/", | ||
"requires_dist": null, | ||
"requires_python": "", | ||
"summary": "Python 2 and 3 compatibility utilities", | ||
"version": "1.11.0", | ||
"yanked": false, | ||
"yanked_reason": null | ||
}, | ||
"last_serial": 0, | ||
"urls": [ | ||
{ | ||
"comment_text": "", | ||
"digests": { | ||
"md5": "b126a063c665f4c66f23bfd8dc6ebff5", | ||
"sha256": "1d9f63b87ee9f0aee49e9d9f8d7883319836bc43f17321b488bc38933827d2c0" | ||
}, | ||
"downloads": -1, | ||
"filename": "six_unknown_version-1.11.0.tar.gz", | ||
"has_sig": false, | ||
"md5_digest": "25d3568604f921dd23532b88a0ce17e7", | ||
"packagetype": "sdist", | ||
"python_version": "source", | ||
"requires_python": null, | ||
"size": 29860, | ||
"upload_time": "2017-09-17T18:46:54", | ||
"upload_time_iso_8601": "2017-09-17T18:46:54.492027Z", | ||
"url": "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six_unknown_version-1.11.0.tar.gz", | ||
"yanked": false, | ||
"yanked_reason": null | ||
} | ||
], | ||
"vulnerabilities": [] | ||
} |
71 changes: 71 additions & 0 deletions
71
tests/repositories/fixtures/pypi.org/json/mocked/with-extra-dependency/0.12.4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"info": { | ||
"author": "Benjamin Peterson", | ||
"author_email": "[email protected]", | ||
"bugtrack_url": null, | ||
"classifiers": [ | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: MIT License", | ||
"Programming Language :: Python :: 2", | ||
"Programming Language :: Python :: 3", | ||
"Topic :: Software Development :: Libraries", | ||
"Topic :: Utilities" | ||
], | ||
"description": "", | ||
"description_content_type": null, | ||
"docs_url": null, | ||
"download_url": "", | ||
"downloads": { | ||
"last_day": -1, | ||
"last_month": -1, | ||
"last_week": -1 | ||
}, | ||
"dynamic": null, | ||
"home_page": "http://pypi.python.org/pypi/six/", | ||
"keywords": "", | ||
"license": "MIT", | ||
"maintainer": "", | ||
"maintainer_email": "", | ||
"name": "with-extra-dependency", | ||
"package_url": "https://pypi.org/project/six/", | ||
"platform": "", | ||
"project_url": "https://pypi.org/project/six/", | ||
"project_urls": { | ||
"Homepage": "http://pypi.python.org/pypi/six/" | ||
}, | ||
"provides_extra": null, | ||
"release_url": "https://pypi.org/project/six/0.12.4/", | ||
"requires_dist": [ | ||
"filecache; extra == 'filecache'" | ||
], | ||
"requires_python": "", | ||
"summary": "Python 2 and 3 compatibility utilities", | ||
"version": "0.12.4", | ||
"yanked": false, | ||
"yanked_reason": null | ||
}, | ||
"last_serial": 0, | ||
"urls": [ | ||
{ | ||
"comment_text": "", | ||
"digests": { | ||
"md5": "b126a063c665f4c66f23bfd8dc6ebff5", | ||
"sha256": "1d9f63b87ee9f0aee49e9d9f8d7883319836bc43f17321b488bc38933827d2c0" | ||
}, | ||
"downloads": -1, | ||
"filename": "with_extra_dependency-0.12.4.tar.gz", | ||
"has_sig": false, | ||
"md5_digest": "25d3568604f921dd23532b88a0ce17e7", | ||
"packagetype": "sdist", | ||
"python_version": "source", | ||
"requires_python": null, | ||
"size": 29860, | ||
"upload_time": "2017-09-17T18:46:54", | ||
"upload_time_iso_8601": "2017-09-17T18:46:54.492027Z", | ||
"url": "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/with_extra_dependency-0.12.4.tar.gz", | ||
"yanked": false, | ||
"yanked_reason": null | ||
} | ||
], | ||
"vulnerabilities": [] | ||
} |
71 changes: 71 additions & 0 deletions
71
...s/repositories/fixtures/pypi.org/json/mocked/with-transitive-extra-dependency/0.12.4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"info": { | ||
"author": "Benjamin Peterson", | ||
"author_email": "[email protected]", | ||
"bugtrack_url": null, | ||
"classifiers": [ | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: MIT License", | ||
"Programming Language :: Python :: 2", | ||
"Programming Language :: Python :: 3", | ||
"Topic :: Software Development :: Libraries", | ||
"Topic :: Utilities" | ||
], | ||
"description": "", | ||
"description_content_type": null, | ||
"docs_url": null, | ||
"download_url": "", | ||
"downloads": { | ||
"last_day": -1, | ||
"last_month": -1, | ||
"last_week": -1 | ||
}, | ||
"dynamic": null, | ||
"home_page": "http://pypi.python.org/pypi/six/", | ||
"keywords": "", | ||
"license": "MIT", | ||
"maintainer": "", | ||
"maintainer_email": "", | ||
"name": "with-transitive-extra-dependency", | ||
"package_url": "https://pypi.org/project/six/", | ||
"platform": "", | ||
"project_url": "https://pypi.org/project/six/", | ||
"project_urls": { | ||
"Homepage": "http://pypi.python.org/pypi/six/" | ||
}, | ||
"provides_extra": null, | ||
"release_url": "https://pypi.org/project/six/0.12.4/", | ||
"requires_dist": [ | ||
"with-extra-dependency[filecache] (>=0.12.4,<0.13.0)" | ||
], | ||
"requires_python": "", | ||
"summary": "Python 2 and 3 compatibility utilities", | ||
"version": "0.12.4", | ||
"yanked": false, | ||
"yanked_reason": null | ||
}, | ||
"last_serial": 0, | ||
"urls": [ | ||
{ | ||
"comment_text": "", | ||
"digests": { | ||
"md5": "b126a063c665f4c66f23bfd8dc6ebff5", | ||
"sha256": "1d9f63b87ee9f0aee49e9d9f8d7883319836bc43f17321b488bc38933827d2c0" | ||
}, | ||
"downloads": -1, | ||
"filename": "with_transitive_extra_dependency-0.12.4.tar.gz", | ||
"has_sig": false, | ||
"md5_digest": "25d3568604f921dd23532b88a0ce17e7", | ||
"packagetype": "sdist", | ||
"python_version": "source", | ||
"requires_python": null, | ||
"size": 29860, | ||
"upload_time": "2017-09-17T18:46:54", | ||
"upload_time_iso_8601": "2017-09-17T18:46:54.492027Z", | ||
"url": "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/with_transitive_extra_dependency-0.12.4.tar.gz", | ||
"yanked": false, | ||
"yanked_reason": null | ||
} | ||
], | ||
"vulnerabilities": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters