-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
remove python3.4 from AppVeyor, CircleCI and Travis #535
Conversation
@jcfr do you know what's happening with circle? Seems related to scikit-ci and pytest. I have no idea what's happening there. |
The issue reported on CircleCI is due a regression in pytest. See Teemu/pytest-sugar#187 The regression was introduced in pytest 5.4.0 Update: It is fixed in pytest master but not yet included in a new pytest release. See pytest-dev/pytest#6986 For future reference, here is the error copied from CircleCI:
|
I will create a separate PR addressing the problem, once merged I will rebase this topic. |
Thanks for checking it out! I saw the failure but didn't expect it to be actually in pytest, I didn't check out pytest sugar. Thanks again! |
The version 5.4.0 of pytest introduced a regression preventing pytest-sugar from working (see [1] and [2]) It has been fixed in pytest (see [3]) and waiting a new release of pytest is published, this commit updates requirements. [1] Teemu/pytest-sugar#187 [2] amueller#535 (comment) [3] pytest-dev/pytest#6986
No description provided.