-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Use tox release candidates in pytest CI #2683
Comments
main question is what will that cost pytest - while i trust in the stability of tox - i don't see the direct need to make pytest a "testbed" on the other hand its a quite nice fallout connection |
As we have some developer overlap I thought it might not hurt to propose to use tox release candidates here. The cost is that maybe sometimes CI builds fail due to a new bug in a tox rc, which is hopefully easy to recognize then. |
yup - i think i'm +0 on this one, ^^ |
I'm 👍! |
Hey thanks :) |
With tox 2.8 we start using release candidates and it would be nice if you could start using them in pytest CI tests.
All that needs to be done is to add the
--pre
flag to the install command in the CI configs. I can open a PR if there are no objections.The text was updated successfully, but these errors were encountered: