We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428f849 commit 978e2a5Copy full SHA for 978e2a5
.github/workflows/main.yml
@@ -109,6 +109,11 @@ jobs:
109
python: '3.7'
110
allow_failure: false
111
112
+ # Explicitly test min pytest.
113
+ - name: py37-dj32-sqlite-pytestmin-coverage
114
+ python: '3.7'
115
+ allow_failure: false
116
+
117
# pypy3: not included with coverage reports (much slower then).
118
- name: pypy3-dj32-postgres
119
python: 'pypy3.9'
tox.ini
@@ -22,7 +22,7 @@ deps =
22
pypy3-postgres: psycopg2cffi
23
coverage: coverage-enable-subprocess
24
25
- pytest54: pytest>=5.4,<5.5
+ pytestmin: pytest>=5.4,<5.5
26
xdist: pytest-xdist>=1.15
27
28
setenv =
0 commit comments