Skip to content

Dependencies specified using a git repository fail to parse #217

@llucax

Description

@llucax

What happened?

When using a dependency that has a git repository instead of specific version numbers, the pytest_min Nox sessions will fail complaining that there is no minimum requirement specified.

What did you expect instead?

Even when the above is true, I expected git dependencies to be treated specially, as they are not a range, so the dependency is effectively pinned. The dependency must be exactly that git hash, so it is both the maximum and minimum supported version.

Affected version(s)

No response

Affected part(s)

Tools to configure nox (part:nox)

Metadata

Metadata

Assignees

No one assigned

    Labels

    part:noxAffects the configuration of noxtype:bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions