Skip to content
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

Merged
merged 5 commits into from Aug 10, 2020

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Jul 29, 2020

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.

Start testing pytest with code from pytest master and with
prereleases of other dependencies, allowing us to detect
breakages before upstream releases are made.
@ssbarnea ssbarnea marked this pull request as ready for review July 29, 2020 13:34
Copy link
Contributor

@BeyondEvil BeyondEvil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple comments.

.travis.yml Outdated Show resolved Hide resolved
.travis.yml Show resolved Hide resolved
ssbarnea and others added 2 commits July 30, 2020 11:14
Start testing pytest with code from pytest master and with
prereleases of other dependencies, allowing us to detect
breakages before upstream releases are made.
@ssbarnea
Copy link
Member Author

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 ;)

@ssbarnea ssbarnea mentioned this pull request Jul 30, 2020
@BeyondEvil
Copy link
Contributor

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.

No no, py38 is great!

Some hardcore testers would likely put a 3.9 pre-release there ;)

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.

Copy link
Contributor

@BeyondEvil BeyondEvil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@BeyondEvil BeyondEvil merged commit 8a2dded into pytest-dev:master Aug 10, 2020
@ssbarnea ssbarnea deleted the fix/add-devel-testing branch August 11, 2020 12:57
@ssbarnea ssbarnea added the skip-changelog Can be missed from the changelog. label Aug 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Can be missed from the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants