Skip to content

Why is this package forbidden? #5365

Answered by clintonroy
BeyondEvil asked this question in Q&A
Discussion options

You must be logged in to vote

Project python is 3.9.10 which is within the package requirement of >=3.7.0,<3.11.0, so why is it "forbidden"?

The project python is not 3.9.10 it is "^3.9", which expands to 3.9,3.10,3.11,3.12...3.99 up until but not including 4.0.

Try restricting the project python to just 3.9.* for example, that will be a subset of what pytest-metadata works with.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by BeyondEvil
Comment options

You must be logged in to vote
4 replies
@clintonroy
Comment options

@BeyondEvil
Comment options

@igor-petrik-invitae
Comment options

@BeyondEvil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants