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

Use mongo for CI #196

Merged
merged 5 commits into from
Mar 4, 2020
Merged

Use mongo for CI #196

merged 5 commits into from
Mar 4, 2020

Commits on Mar 4, 2020

  1. Use mongo for CI with a env hack

    Expose Mongo ports and pin version
    ml-evs authored and CasperWA committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    65e9fb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e26ca29 View commit details
    Browse the repository at this point in the history
  3. Change broad except to specific for ci_force_mongo

    Print what mongo package is being used.
    
    Co-Authored-By: Matthew Evans <me388@cam.ac.uk>
    CasperWA and ml-evs committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    fecf2ad View commit details
    Browse the repository at this point in the history
  4. Test env-var results in correct MongoClient

    Test the ci_force_mongo fallback (reverted)
    
    Probably due to import caching (or similar) this cannot be properly
    tested. It is now instead left out of coverage.
    CasperWA committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    879effc View commit details
    Browse the repository at this point in the history
  5. Update to pytest~=5.3

    CasperWA committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    31fa810 View commit details
    Browse the repository at this point in the history