-
Couldn't load subscription status.
- Fork 75
Closed
Labels
bugSomething isn't workingSomething isn't workingcomponent:dep-sourcesDependency sourcesDependency sources
Description
Bug description
Using package @ git+... dependencies crashes pip-audit with a traceback, when I'd expect it to output the usual report with those packages listed by name and skip-reason if unauditable.
Reproduction steps
# Some packages exist, and all is well
shed == 0.10.5
# Others *don't* exist or can't be fetched, that's reported nicely
this_might_exist_off_pypi == 0.0.1
# But if you have this awful kind of dep, you'll get a traceback!
hypothesis @ git+https://github.com/HypothesisWorks/hypothesis.git@bb6b55ad8d#subdirectory=hypothesis-python
pip-audit --no-deps -r requirements.txt
Platform information
- OS name and version: macOS Monterey
pip-auditversion (pip-audit -V):pip-audit 2.4.4- Python version (
python -Vorpython3 -V):Python 3.10.6 pipversion (pip -Vorpip3 -V):pip 22.3
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent:dep-sourcesDependency sourcesDependency sources