Skip to content

Comments

Allowing prereleases for one SpecifierSet allows for all.#29

Merged
dstufft merged 1 commit intopypa:masterfrom
dstufft:fix-prereleases
Apr 15, 2015
Merged

Allowing prereleases for one SpecifierSet allows for all.#29
dstufft merged 1 commit intopypa:masterfrom
dstufft:fix-prereleases

Conversation

@dstufft
Copy link
Member

@dstufft dstufft commented Apr 15, 2015

We erronously tried to let the underlying Specifiers handle the choice about if we are accepting pre-releases or not, however within a single SpecifierSet we need to consistently either allow pre-releases or not. This will cause any pre-release allowing specifier to cause the whole specifier set to allow pre-releases.

Fixes #28

We erronously tried to let the underlying Specifiers handle the
choice about if we are accepting pre-releases or not, however
within a single SpecifierSet we need to consistently either allow
pre-releases or not. This will cause any pre-release allowing
specifier to cause the whole specifier set to allow pre-releases.
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 this pull request may close these issues.

pip install pre-release seems to fail sporadically

1 participant