[issue35895] the test suite of pytest failed with 3.8.0a1

2019-02-05 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Guido, The team of Pytest has been informed and after a small discussion, it seems it's a problem with the way they use the AST for the assert keyword. They know the issue, I hope they will fix it asap. I would like to test pytest with 3.8 ;-) Thank you

[issue35895] the test suite of pytest failed with 3.8.0a1

2019-02-04 Thread Guido van Rossum
Guido van Rossum added the comment: Looks like pytest needs to be adjusted to some new AST features. -- nosy: +gvanrossum resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker _

[issue35895] the test suite of pytest failed with 3.8.0a1

2019-02-04 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: maybe, I don't know but I have tested with pytest because the tests with requests did not work. I prefered to create this issue and the same issue on the bug tracker of pytest. -- ___ Python tracker

[issue35895] the test suite of pytest failed with 3.8.0a1

2019-02-04 Thread Paul Moore
Paul Moore added the comment: Is this relevant? https://bugs.python.org/issue33416 It's a backward incompatible change to the AST in 3.8 (according to the 3.8 changelog). -- nosy: +paul.moore ___ Python tracker

[issue35895] the test suite of pytest failed with 3.8.0a1

2019-02-04 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Here is the issue in the bug tracker of pytest https://github.com/pytest-dev/pytest/issues/4716 -- ___ Python tracker ___ __

[issue35895] the test suite of pytest failed with 3.8.0a1

2019-02-04 Thread Stéphane Wirtel
New submission from Stéphane Wirtel : I have execute the tests of pytest with 3.8.0a1 and I get some issues, it's not the case with 3.7.x (see the travis logs of pytest, https://travis-ci.org/pytest-dev/pytest/branches) I am going to create the same issue for pytest. -- files: tox-py