1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00

Validate minimum python version in tests

This commit is contained in:
Ivan Habunek 2022-12-02 09:23:00 +01:00
parent 48a9b2d3dd
commit a5d2533297
2 changed files with 4 additions and 0 deletions

View File

@ -23,3 +23,6 @@ jobs:
- name: Run tests
run: |
pytest
- name: Validate minimum required version
run: |
vermin --target=3.6 --no-tips .

View File

@ -1,3 +1,4 @@
psycopg2-binary
pytest
pytest-xdist[psutil]
vermin