Validate minimum python version in tests
This commit is contained in:
parent
48a9b2d3dd
commit
a5d2533297
2 changed files with 4 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -23,3 +23,6 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest
|
||||||
|
- name: Validate minimum required version
|
||||||
|
run: |
|
||||||
|
vermin --target=3.6 --no-tips .
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
psycopg2-binary
|
psycopg2-binary
|
||||||
pytest
|
pytest
|
||||||
pytest-xdist[psutil]
|
pytest-xdist[psutil]
|
||||||
|
vermin
|
||||||
|
|
Loading…
Reference in a new issue