-
Notifications
You must be signed in to change notification settings - Fork 243
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
Enable devel testing job #320
Conversation
Start testing pytest with code from pytest master and with prereleases of other dependencies, allowing us to detect breakages before upstream releases are made.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple comments.
Start testing pytest with code from pytest master and with prereleases of other dependencies, allowing us to detect breakages before upstream releases are made.
3336ce8
to
8ea313b
Compare
Note: if you do not want py38, we can use something else, I only picked it in order to increase the testing coverage a bit, no strong feelings about which version is used. Some hardcore testers would likely put a 3.9 pre-release there ;) |
No no, py38 is great!
We should actually have that as well, but not in the same test. The reason being that if something fails we'll first have to figure out if it's due to pytest or python, having them separate removes that step. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Start testing pytest with code from pytest master and with prereleases of other dependencies, allowing us to detect breakages before upstream releases are made.
This change needs #319 merged first in order to get CI/CD green.