Skip to content

Commit 978e2a5

Browse files
committed
ci: add explicit test for min supported pytest
1 parent 428f849 commit 978e2a5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ jobs:
109109
python: '3.7'
110110
allow_failure: false
111111

112+
# Explicitly test min pytest.
113+
- name: py37-dj32-sqlite-pytestmin-coverage
114+
python: '3.7'
115+
allow_failure: false
116+
112117
# pypy3: not included with coverage reports (much slower then).
113118
- name: pypy3-dj32-postgres
114119
python: 'pypy3.9'

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ deps =
2222
pypy3-postgres: psycopg2cffi
2323
coverage: coverage-enable-subprocess
2424

25-
pytest54: pytest>=5.4,<5.5
25+
pytestmin: pytest>=5.4,<5.5
2626
xdist: pytest-xdist>=1.15
2727

2828
setenv =

0 commit comments

Comments
 (0)