Skip to content

Commit

Permalink
Merge pull request #7 from JunAishima/use-uri-for-mongo-sb517
Browse files Browse the repository at this point in the history
Use uri for mongo sb517
  • Loading branch information
gwbischof authored Jan 29, 2024
2 parents 763edba + b6e7d30 commit cd29cbe
Show file tree
Hide file tree
Showing 19 changed files with 1,880 additions and 1,170 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
dependencies: ["pip", "conda"]
fail-fast: false

Expand All @@ -29,9 +29,6 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v2

- name: Start MongoDB
uses: supercharge/[email protected]

- name: Set up Python ${{ matrix.python-version }} with conda
uses: conda-incubator/setup-miniconda@v2
with:
Expand All @@ -56,7 +53,7 @@ jobs:
if: matrix.dependencies == 'conda'
run: |
set -vxeo pipefail
conda install -y -c conda-forge doct jsonschema mock pymongo pytest pyyaml requests tornado ujson
conda install -y -c conda-forge doct jsonschema mock mongomock pymongo pytest pyyaml requests tornado ujson
- name: Install the package
run: |
Expand Down
3 changes: 3 additions & 0 deletions conftrak/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit cd29cbe

Please sign in to comment.