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

edge cases for pip parsing #284

Open
JayGhiya opened this issue Jan 17, 2025 · 1 comment
Open

edge cases for pip parsing #284

JayGhiya opened this issue Jan 17, 2025 · 1 comment

Comments

@JayGhiya
Copy link
Member

JayGhiya commented Jan 17, 2025

Potential Edge Cases or Rare Scenarios

While we do have strong coverage, here are a few scenarios you might want to confirm or test for completeness:

Nested Requirements: If a requirements.txt references another file (e.g., “-r common.txt”) recursively. This is somewhat less common, but can occur in multi-file setups.

Editable Installs (-e . or -e <vcs_url>): If you want to track these as dependencies.

Markers that are more complex (e.g., platform_system == "Linux" or python_full_version).

Extra advanced features like optional sub-dependencies under a VCS reference.

Most people won’t need these, but if we run across them, we might add separate dedicated tests.

Copy link

Connected to Huly®: UNOPL-328

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

No branches or pull requests

1 participant