You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The state of this bug is 'fixed' on the bugtracker. So I think there is two possible problems:
travis "nightly" is not actually the head of the master branch of cpython
this bug has reappeared
I tried to find out the answer to the former, but could not ascertain. The log says it is running 3.7.0a0 which is not the latest 3.7.0a3.
The text was updated successfully, but these errors were encountered:
In previous Python versions, the list of warnigns appears like:
... list of emitted warnings is: [UserWarning('user',)].
In Python 3.7 apparently the string representation has been improved to:
... list of emitted warnings is: [UserWarning('user')].
Fixpytest-dev#3011
In previous Python versions, the list of warnigns appears like:
... list of emitted warnings is: [UserWarning('user',)].
In Python 3.7 apparently the string representation has been improved to:
... list of emitted warnings is: [UserWarning('user')].
Fixpytest-dev#3011
See for example this job. They fail because of a bug in python introduced for 3.7.
The state of this bug is 'fixed' on the bugtracker. So I think there is two possible problems:
I tried to find out the answer to the former, but could not ascertain. The log says it is running
3.7.0a0
which is not the latest3.7.0a3
.The text was updated successfully, but these errors were encountered: