Skip to content

add ~ 5 minutes leeway to determine whether a date/time is in the past #1096

add ~ 5 minutes leeway to determine whether a date/time is in the past

add ~ 5 minutes leeway to determine whether a date/time is in the past #1096

Workflow file for this run

# run test suite
---
name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout git commit
uses: actions/checkout@v1
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.11
- name: Install test runner
run: python3 -m pip install tox
- name: Run tests
run: tox