-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
ruamel.yaml broken on Python 3.4 and 3.8-dev #274
Comments
jinja2-time depends on arrow since its inception. |
Also ruamel.yaml==0.15.5 is broken on Python 3.7, detected by using |
Re-adds Python 3.4 support, broken by ruamel-yaml desupporting it in version 0.15.94. Also adds minimum version for ruamel-yaml on Python 3.7 and 3.8-dev. And avoids newer arrow desupported on Python 3.4. Closes moremoban#274
Re-adds Python 3.4 support, broken by ruamel-yaml desupporting it in version 0.15.94. Also adds minimum version for ruamel-yaml on Python 3.7 and 3.8-dev. And avoids newer arrow desupported on Python 3.4. Fixes moremoban#274
Re-adds Python 3.4 support, broken by ruamel-yaml desupporting it in version 0.15.94. Also adds minimum version for ruamel-yaml on Python 3.7 and 3.8-dev. And avoids newer arrow desupported on Python 3.4. Fixes moremoban#274
Re-adds Python 3.4 support, broken by ruamel-yaml desupporting it in version 0.15.94. Also adds minimum version for ruamel-yaml on Python 3.7 and 3.8-dev. And avoids newer arrow desupported on Python 3.4. Fixes moremoban#274
Re-adds Python 3.4 support, broken by ruamel.yaml desupporting it in version 0.15.94. Also adds minimum version for ruamel-yaml on Python 3.7 and 3.8-dev. And avoids newer arrow desupported on Python 3.4. Fixes moremoban#274
Re-adds Python 3.4 support, broken by ruamel.yaml desupporting it in version 0.15.94. Also adds minimum version for ruamel-yaml on Python 3.7 and 3.8-dev. And avoids newer arrow desupported on Python 3.4. Fixes moremoban#274
Re-adds Python 3.4 support, broken by ruamel.yaml desupporting it in version 0.15.94. Also adds minimum version for ruamel-yaml on Python 3.7 and 3.8-dev. And avoids newer arrow desupported on Python 3.4. Fixes moremoban#274
master and dev branches also broken by 3.8-dev , even with the latest version. raised upstream https://bitbucket.org/ruamel/yaml/issues/296/another-python-38-dev-compilation-breakage |
Re-adds Python 3.4 support, broken by ruamel.yaml desupporting it in version 0.15.94. Also adds minimum version for ruamel-yaml on Python 3.7. And avoids newer arrow desupported on Python 3.4. Fixes moremoban#274
Re-adds Python 3.4 support, broken by ruamel.yaml desupporting it in version 0.15.94. Also adds minimum version for ruamel-yaml on Python 3.7 and 3.8, and re-adds Python 3.8-dev to the Travis matrix recently removed in ec48af4 due to temporary build failures. And avoids newer arrow desupported on Python 3.4. Fixes moremoban#274
Re-adds Python 3.4 support, broken by ruamel.yaml desupporting it in version 0.15.94. Also adds minimum version for ruamel-yaml on Python 3.7 and 3.8, and re-adds Python 3.8-dev to the Travis matrix recently removed in ec48af4 due to temporary build failures. And avoids newer arrow desupported on Python 3.4. Fixes moremoban#274
https://github.com/moremoban/moban/blob/dev/requirements.txt lists
ruamel.yaml>=0.15.5
Python 3.4 test coverage was removed from moban in
bb8c747#diff-354f30a63fb0907d4ad57269548329e3 (without a note in the changelog)
coala still needs it until we do one more release.
When that dep is fixed, another also breaks:
The log https://travis-ci.org/jayvdb/moban/jobs/555568289 doesnt show which test requirement is dependent on arrow.
Potentially, if needed to speed up the builds, put lower support jobs in the matrix to only run on
master
builds, so that newcomers dont need to worry about them, and decisions can be made to drop them when fixing them is too difficult.See coala-bears .travis.yml for examples of running job only on master
The text was updated successfully, but these errors were encountered: