-
Notifications
You must be signed in to change notification settings - Fork 3
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
Migrate to GitHub Actions for CI testing. #31
Comments
For the record, I'm using nightly builds there because that project relies heavily on 3.5 features, and pypy's 3.5 support was still unreleased when I started, & is still in beta and under heavy development. It works pretty good but if I were targeting pypy2 then I'd probably use the latest release build from squeaky (as recommended by the official download page). Should pretty much just be a matter of changing the download URL. I'm going to unsubscribe from this issue, so @ mention me if you want me to see replies. HTH, GL |
Traits added: * Collection * Derived * Expires * Identified * Localized * Published * Queryable Major unrelated additions: * String stripping and case conversion. Fixes #33. * Markdown field. Fixes #34. * Path field. Fixes #35. Minor additions and changes: * Utility function: `utcnow` * Improved docstring coverage and referential integrity. Work on #16. * Generalized programmers' representations. * Improved minifying plugin name lookup for `PluginReference` fields. * Correct regression in the ability to manipulate field attributes via class attribute access. * Collation support. * Various project metadata updates including pre-commit and testing: * Updated CPython, Pypy, and MongoDB versions on Travis. * Skip slow (and unreliable) capped collection tests on Pypy. * Step debugger integration. * Adjustments to query fragment merging. * Switch test logging capture plugin to eliminate warnings. * Simplification for HasKinds field types to only support a single referenced kind. * Corrected Reference field behaviours. * Parametric adjustments for extended `push` options. * Dead code removal. * Updated example for latest usage patterns. * Array and Embed default value handling to reduce boilerplate lambdas, tests, trait updates. * Utilize MutableMapping subclasses to work around an issue on Pypy. Fixes #32, reference #31.
Original IRC log: https://gist.github.com/amcgregor/69dc6d5d8169dd2fc9a89c5324a4a396 And an accidental close; wewt! Caffeine, how does it work? |
Scratch that, new plan is to drop Travis-CI in favour of GitHub Actions. This likely will not result in the same level of coverage in terms of the build matrix (versions and combinations of installed features v. multiple MongoDB versions) but I'll see what I can pull off. |
The current version (5.4.1) as suggested in travis-ci/travis-ci#4756 is quite dated at this point. Problems have been encountered (relating to ABC metaclass usage) which may be resolved in subsequent (supported) releases. Depends on travis-ci/travis-ci#7507 upstream.
There is some hope, for example, utilizing nightly builds as per the recommendation of
njs
from#pypy
on Freenode, ref:The text was updated successfully, but these errors were encountered: