Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Prereleases should not be picked up automatically #463

Closed
bsipocz opened this issue Apr 23, 2019 · 2 comments · Fixed by #474
Closed

Prereleases should not be picked up automatically #463

bsipocz opened this issue Apr 23, 2019 · 2 comments · Fixed by #474
Labels

Comments

@bsipocz
Copy link
Member

bsipocz commented Apr 23, 2019

In our CI we pick up docs dependencies and egg install them.

However even then we should not pick up pre-releases.

Related build (that fails because of #462): https://travis-ci.org/astropy/astropy-helpers/jobs/523215037#L1194

@bsipocz bsipocz added the bug label Apr 23, 2019
@astrofrog
Copy link
Member

I think this is because setuptools doesn’t understand prereleases are special. Maybe we need to make sure the dependencies are pip installed.

@bsipocz
Copy link
Member Author

bsipocz commented Apr 23, 2019

Yes, and I suppose it won't change any time soon in setuptools: pypa/setuptools#855

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants