Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error querying deps with a version qualifier #13

Closed
jugmac00 opened this issue Jun 30, 2023 · 1 comment · Fixed by #15
Closed

error querying deps with a version qualifier #13

jugmac00 opened this issue Jun 30, 2023 · 1 comment · Fixed by #15
Assignees

Comments

@jugmac00
Copy link
Contributor

To Reproduce

git clone [email protected]:tox-dev/tox.git
pyscan v0.1.5 | by Aswin S (github.com/aswinnnn)
Found 12 dependencies
Failed to make a request to pypi.org:
HTTP status client error (404 Not Found) for url (https://pypi.org/pypi/cachetools%3E=5.3.1/json)
pypi.org error: HTTP status client error (404 Not Found) for url (https://pypi.org/pypi/cachetools%3E=5.3.1/json)

pyproject.toml see...
https://github.com/tox-dev/tox/blob/2e31a843ff881a70ceb3a9986dd11be69247a0da/pyproject.toml#L51

@aswinnnn
Copy link
Owner

aswinnnn commented Jun 30, 2023

Thanks for reporting. Seems to be a problem at extractor.rs which does no parsing beforehand to check for this version spec quirk.

@aswinnnn aswinnnn mentioned this issue Jul 3, 2023
9 tasks
@aswinnnn aswinnnn linked a pull request Jul 3, 2023 that will close this issue
9 tasks
@aswinnnn aswinnnn self-assigned this Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants