Skip to content

Bump pymongo from 4.5.0 to 4.6.3 #222

Bump pymongo from 4.5.0 to 4.6.3

Bump pymongo from 4.5.0 to 4.6.3 #222

Workflow file for this run

name: Run tests for lints, units and functions
on: [push]
jobs:
test:
name: Testing
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install and configure Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: |
poetry install
- name: Lint test
run: |
poetry run flake8
- name: Unit and functional tests
run: |
poetry run pytest
- name: Download URLs integrity check
run: |
poetry run python ./tools/check_urls.py --hashes