fix datetime issue

This commit is contained in:
Miguel Ramalho
2022-06-17 19:42:32 +02:00
parent 8efaf5cf60
commit 7fa06509ef
4 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ jobs:
task:
- name: Test
run: |
pytest -v --color=yes tests/
pytest --color=yes tests/
include:
- python: '3.10'