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

Update CI / packaging to be in sync with MongoEngine #347

Closed

Conversation

tony
Copy link
Contributor

@tony tony commented Oct 13, 2018

At the moment, It's hard to get coverage for PR's like #346.

Right now this package has classifiers for Python 2.6, 3.2 and travis matrix'd against older python versions. In addition, there were versions of MongoEngine that go back to 0.11. (Which we could re-add if needed)

I'm not sure if there's a standard, but I opted to match where MongoEngine's current stable release is at. Edit: I expanded it to cover pymongo 3.6, 3.7, and made 3.x work for whichever release is <4 (hopefully more future safe?)

Also, to add coverage, particularly in cases where pymongo versions diverge (e.g. #346) I'm adding support for PyMongo in the test matrix, in edition to MongoEngine itself.

@tony tony force-pushed the tweak/travis-sync-and-with-mongoengine branch 2 times, most recently from 8b7608e to 68adc6a Compare October 13, 2018 23:18
@tony tony changed the title Update CI / packaging to be in sync with MongoEngine (attempt) Update CI / packaging to be in sync with MongoEngine Oct 14, 2018
@tony
Copy link
Contributor Author

tony commented Oct 14, 2018

@touilleMan Any feedback on this (to add / remove?)

@tony tony force-pushed the tweak/travis-sync-and-with-mongoengine branch 2 times, most recently from 9ab68af to c022cc8 Compare October 14, 2018 00:20
Also adapt PYMONGO 3.x to be whatever the highest version under 4 is.
This will test against the latest patch release. So grab 0.15.3 (if it's
the latest) verse 0.15.0. This assures that bug fix releases from
MongoEngine is accounted for in CI.
@tony tony force-pushed the tweak/travis-sync-and-with-mongoengine branch from c022cc8 to 10d9449 Compare October 18, 2018 05:04
@tony
Copy link
Contributor Author

tony commented Oct 18, 2018

(Fixed issue where release hook was removed in rebase)

@insspb
Copy link
Collaborator

insspb commented Jan 21, 2020

@tony Thank you for contribution. Unfortunately, there was nobody who wants to check this before, and today we released old python version drop in #356 and #359
Sp this PR has no sense anymore.
Closing.

@insspb insspb closed this Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants