-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
ci: Travis: Python 3.5.1 via Trusty #6440
Conversation
Seems still needs work:
|
@nicoddemus See my comment here: #6435 (comment) Should be fixed in hypothesis 5.1.3 which was released today. |
Cool, thanks for the link. 👍 |
Still fails with hypothesis 5.1.4: HypothesisWorks/hypothesis#2318 |
gw2 then does not re-try the test (xdist issue?). I think we should run this only with a subset to cover enough of 3.5.{0,1} specific code. |
Should be good now. |
This covers special handling for typing. Ref: pytest-dev#6440.
Python 3.5.0 caused flaky failures before (pytest-dev#5795). This is pulled out of pytest-dev#6435, which adds code specific for Python < 3.5.2. It only runs a specific test, while collecting everything to get coverage of the version specific code around typing.
Would like to get this merged for #6435. |
Python 3.5.0 caused flaky failures before
(#5795), hopefully this is
more stable.
This is pulled out of #6435,
which adds code specific for Python < 3.5.2, and therefore it makes
sense to test it.