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

Python 3.7 Nightly failures due to Python bug or travis #3011

Closed
cryvate opened this issue Dec 7, 2017 · 1 comment
Closed

Python 3.7 Nightly failures due to Python bug or travis #3011

cryvate opened this issue Dec 7, 2017 · 1 comment
Labels
type: infrastructure improvement to development/releases/CI structure

Comments

@cryvate
Copy link
Contributor

cryvate commented Dec 7, 2017

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:

  • 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.
@nicoddemus
Copy link
Member

Thanks @cryvate!

Because of lack of time, I'm personally will start to really worry about 3.7 when it goes into beta. 😓

@nicoddemus nicoddemus added the type: infrastructure improvement to development/releases/CI structure label Dec 12, 2017
nicoddemus added a commit to nicoddemus/pytest that referenced this issue Jan 30, 2018
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')].

Fix pytest-dev#3011
nicoddemus added a commit to nicoddemus/pytest that referenced this issue Jan 30, 2018
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')].

Fix pytest-dev#3011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: infrastructure improvement to development/releases/CI structure
Projects
None yet
Development

No branches or pull requests

2 participants