-
Notifications
You must be signed in to change notification settings - Fork 233
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
Revert dropped support to old pytest versions #321
Conversation
Oh of course. It was because of So to fix this we would need to either revert What do you suggest @RonnyPfannschmidt? |
I'm leaning towards just live with this; it doesn't seem to be our fault after all, and will likely be a problem only in the short term (I think). |
pytest-xdist 1.22.5 (2018-07-27) | ||
================================ | ||
|
||
Bug Fixes |
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.
there seems to be a B
missing
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.
i suggest to do a minor release adding six
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.
OK, done.
About the missing B
, it is some bug on GH's diff, the file is fine.
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.
The missing B
is a problem with "Refined GitHub": refined-github/refined-github#1444
This release reverts the change that dropped support for older pytest versions. We should consider this change only for
1.23
.Issues:
pytest-dev/pytest#3724
#319